simulated_annealing 0.1.4-nullsafety simulated_annealing: ^0.1.4-nullsafety copied to clipboard
Simulated annealing framework for Dart. Enables quickly setting up a simulator for finding the global minimum of multi-variate functions.
0.1.4-nullsafety #
- Amended the calculation of
dEnergyStart
anddEnergyEnd
used to estimate the starting temperature of the annealing schedule.
0.1.3-nullsafety #
- Removed public access to internal variables of type
List
used by classEnergyField
. - Removed public access to variables
temperatures
andperturbationMagnitudes
used by classSimulator
.
0.1.2-nullsafety #
- Amended message attached to Error thrown in method
contains
of classSearchSpace
.
0.1.1-nullsafety #
- Removed dependency on
dart:io
.
0.1.0-nullsafety #
- Computationally costly methods of
Simulator
andEnergyField
are now asynchronous. - Class
DataRecorder
is now generic. - Removed class
AnnealingSchedule
. - Added
dxMax
anddxMin
to the required list of parameters when constructing an object of typeSearchSpace
. - Amended examples.
0.0.3-nullsafety #
- Converted links to images to absolute links.
0.0.2-nullsafety #
- Amended documentation: Converted hyperlinks to relative links.
0.0.1-nullsafety #
- Initial version