nfherrin / OpenCppSAU

Open source C++ simulated annealing utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenCppSAU


##Description

OpenCppSAU (Open source C++ Simulated Annealing Utility). A C++ based open source simulated annealing module.

This utility is almost identical to OpenFSAM so the documentation is identical with one following note:

  1. Unlike OpenFSAM, OpenCppSAU REQUIRES that <sa_object>.size_states be specified by the user due to the way in which C++ treats array pointers.

About

Open source C++ simulated annealing utility

License:MIT License


Languages

Language:C++ 100.0%