metaheuristics

A collection of Metaheuristics Algorithms


Keywords
metaheuristics
License
GPL-3.0
Install
pip install metaheuristics==0.2

Documentation

Metaheuristics Algorithms

Installation

pip install metaheuristics

Usage

The Metaheuristic package provides a simple API to define both Problems and Solutions to a user-specific problem. Moreover, it provides a set of Metaheuristics Algorithms, and a simple API to write custom algorithms.