A package for evolutionary result analysis.
From the project root, run:
pip install .Import modules from the package in your Python code:
from evo_result_analysis.analysis import analyze_mappingsrc/analysis/— Analysis modulestest/— Test scripts
To install in editable mode (for development):
pip install -e .