GitHunt
SA

samlopezruiz/MultiObjectiveOptimization

Multi-Objective Optimization and Multi-criteria Decision Making

OptimizationAlgorithms

Introduction

This respository presents Multi-Objective Optimization Algorithms.

Installation

  1. Clone the repo
    git clone https://github.com/SamShelby/MultiObjectiveOptimization
  2. Install requirements
    pip install requirements.txt

The directory layout is the following:

.
├── .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

Usage

The scripts that optimize problems have the prefix 'solve_'

Languages

HTML98.8%Python1.2%Batchfile0.0%R0.0%Shell0.0%

Contributors

Created September 1, 2021
Updated November 5, 2023