netaheuristics 0.2.0

Framework to create metaheuristics
Documentation
  • Coverage
  • 76.34%
    71 out of 93 items documented0 out of 81 items with examples
  • Size
  • Source code size: 57.76 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.7 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 15s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • DaPurr/Netaheuristics
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • DaPurr

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