Changeset 1195 for framspy/README.txt
- Timestamp:
- 02/01/23 22:58:25 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified framspy/README.txt ΒΆ
r1190 r1195 5 5 6 6 "frams.py" is the most fundamental file. It allows to access Framsticks script 7 objects in Python. You will find detailed descriptions in the source of this file. 7 objects in Python. You will find detailed descriptions in the source of this file, 8 but since this file is only responsible for buidling the low-level bridge between 9 Framsticks and Python, understanding and modifying it should not be necessary. 8 10 9 11 "frams-test.py" uses "frams.py" and tests the connection between Python 10 12 and the native Framsticks library by performing a number of simple yet diversified 11 operations, so you should run it first to ensure everything works correctly. 13 operations, so you should run it first to ensure everything works correctly. 14 This file can also be treated as a set of examples and demonstrations on how to access 15 Framsticks genotypes, the simulation, body parts, neurons, etc. 12 16 Again, read the comments in the source for more information. 13 17 14 "FramsticksLib.py" uses "frams.py" and provides a few fundamental building blocks18 "FramsticksLib.py" uses "frams.py" and provides a few fundamental, high-level building blocks 15 19 for optimization: functions to mutate, crossover, evaluate a solution, etc. 16 20
Note: See TracChangeset
for help on using the changeset viewer.