LICENSE
README.md
pyproject.toml
setup.cfg
src/Examples/__init__.py
src/Examples/General_Example/__init__.py
src/Examples/General_Example/evolutionaryProcess.py
src/Examples/General_Example/evolutionaryProcess_v1.py
src/Examples/MazeGen_Generator/ScenarioBuilder.py
src/Examples/MazeGen_Generator/__init__.py
src/Examples/MazeGen_Generator/fitnessFunction.py
src/Examples/MazeGen_Generator/fitnessFunctionv1.py
src/Examples/MazeGen_Generator/main.py
src/Examples/MazeGen_Generator/run-v1.py
src/Examples/MazeGen_Generator/run-v2.py
src/Examples/MazeGen_Generator/run.py
src/Examples/Python_Classify/FitnessFunction.py
src/Examples/Python_Classify/__init__.py
src/Examples/Python_Classify/fitnesFunctionTest.py
src/Examples/Python_Classify/run.py
src/Examples/Python_Pi/__init__.py
src/Examples/Python_Pi/fitnessFunction.py
src/Examples/Python_Pi/run.py
src/Examples/Python_PrimesN/__init__.py
src/Examples/Python_PrimesN/fitnessFunction.py
src/Examples/Python_PrimesN/run.py
src/Examples/Python_Trading/__init__.py
src/Examples/Python_Trading/fitnesFunction.py
src/Examples/Python_Trading/historicalCripto.py
src/Examples/Python_Trading/run.py
src/Examples/Python_Trading/runs.py
src/Examples/Python_Trading/testPhenotype.py
src/Examples/Python_Trading/testRealPhenotype.py
src/PyGEVO.egg-info/PKG-INFO
src/PyGEVO.egg-info/SOURCES.txt
src/PyGEVO.egg-info/dependency_links.txt
src/PyGEVO.egg-info/requires.txt
src/PyGEVO.egg-info/top_level.txt
src/core/__init__.py
src/core/domain/Individual.py
src/core/domain/__init__.py
src/core/domain/algorithms.py
src/core/domain/generalFunctions.py
src/core/domain/grammarWrapper.py
src/core/domain/mapper.py
src/core/domain/population.py
src/core/fitnessFunctions/__init__.py
src/core/fitnessFunctions/generalsFunctions.py
src/core/fitnessFunctions/syntheticFunctions.py
src/core/searchOperators/__init__.py
src/core/searchOperators/gaCore.py
src/tests/__init__.py
src/tests/grammarContainer.py
src/tests/test_grammarWrapper.py
src/tests/test_mapper.py
src/tests/test_searchOperators.py
src/utils_/__init__.py
src/utils_/algorithms.py