Changeset 1137 for framspy/evolalg/examples/niching_novelty.py
- Timestamp:
- 05/01/21 21:13:08 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
framspy/evolalg/examples/niching_novelty.py
r1136 r1137 164 164 raw = LambdaStep(func_raw) 165 165 init_stages.append(raw) 166 new_generation_stages.append(raw)167 166 generation_modifications.append(raw) 168 167 … … 173 172 ]) 174 173 init_stages.append(niching) 175 new_generation_stages.append(niching)176 174 generation_modifications.append(niching) 177 175 … … 182 180 ]) 183 181 init_stages.append(novelty) 184 new_generation_stages.append(novelty)185 182 generation_modifications.append(novelty) 186 183
Note: See TracChangeset
for help on using the changeset viewer.