Changeset 1293 for framspy/evolalg/run_numerical_example.py
- Timestamp:
- 02/21/24 16:51:42 (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified 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
Note: See TracChangeset
for help on using the changeset viewer.