Changeset 1293 for framspy/evolalg/run_numerical_islands_example.py
- Timestamp:
- 02/21/24 16:51:42 (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
framspy/evolalg/run_numerical_islands_example.py
r1289 r1293 26 26 print('Best individuals:') 27 27 for ind in hof: 28 print(ind.rawfitness, '\t -->\t', ind.genotype)28 print(ind.rawfitness, '\t<--\t', ind.genotype) 29 29 30 30
Note: See TracChangeset
for help on using the changeset viewer.