netaheuristics

Crates.ionetaheuristics
lib.rsnetaheuristics
version0.2.0
sourcesrc
created_at2022-06-04 07:17:24.707675
updated_at2022-06-04 07:17:24.707675
descriptionFramework to create metaheuristics
homepage
repositoryhttps://github.com/DaPurr/Netaheuristics
max_upload_size
id599590
size57,768
(DaPurr)

documentation

README

Noptimization

Description

This crate's intended purpose is to offer a modular framework for popular metaheuristics, while simultaneously offering default modules such that the user only needs to focus on the problem-specific aspects of heuristics design.

Custom modules can be built in order to fit the user's needs.

Plan

At the least the following heuristics are planned to be implemented:

  • Variable Neighborhood Search
  • Simulated Annealing
  • Large Neighborhood Search

and their adaptive variants

Commit count: 45

cargo fmt