Ignore:
Timestamp:
02/17/21 16:59:46 (3 years ago)
Author:
Maciej Komosinski
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • framspy/FramsticksLib.py

    r1078 r1081  
    1111        You can perform basic operations like mutation, crossover, and evaluation of genotypes.
    1212        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.
    1415
    1516        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.