/OpenCppSAU

Open source C++ simulated annealing utility

Primary LanguageC++MIT LicenseMIT

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.