Skip to content

jacobwilliams/simulated-annealing

Folders and files

NameName
Last commit message
Last commit date
Jan 22, 2024
Nov 25, 2021
Mar 6, 2024
Mar 6, 2024
Nov 24, 2021
Mar 6, 2024
Jan 22, 2024
Mar 28, 2022
Jan 22, 2024
Jan 22, 2024
Oct 10, 2020

Repository files navigation

simulated-annealing

A modern Fortran simulated annealing optimization method. A work in progress.

Status

Language CI Status GitHub release codecov

Building

A Fortran Package Manager manifest file is included, so that the library and test cases can be compiled with FPM. For example:

fpm build --profile release
fpm test --profile release

To use simulated-annealing within your fpm project, add the following to your fpm.toml file:

[dependencies]
simulated-annealing = { git="https://github.com/jacobwilliams/simulated-annealing.git" }

To generate the documentation using ford, run: ford ford.md

See also

Documentation

The latest API documentation can be found here. This was generated from the source code using FORD.

References