This respository presents Multi-Objective Optimization Algorithms.
- Clone the repo
git clone https://github.com/SamShelby/MultiObjectiveOptimization
- Install requirements
pip install requirements.txt
.
├── .idea # Pycharm project files
├── src # Source files
│ ├── models # Implementation of algorithms
│ └── optimization # Unit tests
│ ├── functions # Functions to optimize
│ ├── harness # Test harness
│ ├── plot # Plot functions
│ └── problems # Optimization problems solving solutions
├── requirements.txt
└── README.md
The scripts that optimize problems have the prefix 'solve_'