Skip to content

Repository for the analysis of the results from the Evolutionary Algorithm

NAMlab/evo_result_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

evo_result_analysis

A package for evolutionary result analysis.

Installation

From the project root, run:

pip install .

Usage

Import modules from the package in your Python code:

from evo_result_analysis.analysis import analyze_mapping

Project Structure

  • src/analysis/ — Analysis modules
  • test/ — Test scripts

Development

To install in editable mode (for development):

pip install -e .

About

Repository for the analysis of the results from the Evolutionary Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages