Changeset 1195 for framspy/README.txt


Ignore:
Timestamp:
02/01/23 22:58:25 (15 months ago)
Author:
Maciej Komosinski
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • framspy/README.txt

    r1190 r1195  
    55
    66"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.
     7objects in Python. You will find detailed descriptions in the source of this file,
     8but since this file is only responsible for buidling the low-level bridge between
     9Framsticks and Python, understanding and modifying it should not be necessary.
    810
    911"frams-test.py" uses "frams.py" and tests the connection between Python
    1012and 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.
     13operations, so you should run it first to ensure everything works correctly.
     14This file can also be treated as a set of examples and demonstrations on how to access
     15Framsticks genotypes, the simulation, body parts, neurons, etc.
    1216Again, read the comments in the source for more information.
    1317
    14 "FramsticksLib.py" uses "frams.py" and provides a few fundamental building blocks
     18"FramsticksLib.py" uses "frams.py" and provides a few fundamental, high-level building blocks
    1519for optimization: functions to mutate, crossover, evaluate a solution, etc.
    1620
Note: See TracChangeset for help on using the changeset viewer.