Changeset 1293 for framspy/evolalg
- Timestamp:
- 02/21/24 16:51:42 (12 months ago)
- Location:
- framspy/evolalg
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
framspy/evolalg/run_numerical_example.py
r1289 r1293 24 24 print('Best individuals:') 25 25 for ind in hof: 26 print(ind.rawfitness, '\t -->\t', ind.genotype)26 print(ind.rawfitness, '\t<--\t', ind.genotype) 27 27 28 28 -
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.