Changeset 1081 for framspy/FramsticksLib.py
- Timestamp:
- 02/17/21 16:59:46 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
framspy/FramsticksLib.py
r1078 r1081 11 11 You can perform basic operations like mutation, crossover, and evaluation of genotypes. 12 12 This way you can perform evolution controlled by python as well as access and manipulate genotypes. 13 You can even design and use in evolution your own genetic representation implemented entirely in python. 13 You can even design and use in evolution your own genetic representation implemented entirely in python, 14 or access and control the simulation and simulated creatures step by step. 14 15 15 16 You need to provide one or two parameters when you run this class: the path to Framsticks CLI where .dll/.so resides
Note: See TracChangeset
for help on using the changeset viewer.