Skip to content

Files

Latest commit

abee4f5 · Jan 22, 2024

History

History
47 lines (34 loc) · 2.66 KB

README.md

File metadata and controls

47 lines (34 loc) · 2.66 KB

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