Changeset [1130]: Used std::min(), std::max() explicitly to avoid compiler confusion. ...
Used std::min(), std::max() explicitly to avoid compiler confusion. Used std::size() explicitly instead of the equivalent macro
Changeset [1129]: Introduced tournament size as a command-line parameter
Introduced tournament size as a command-line parameter
Changeset [1128]: Introduced the number of generations as a command-line parameter; ...
Introduced the number of generations as a command-line parameter; refactored; fixed a typo
Changeset [1127]: Experiment: measure running time and save checkpoints safely
Experiment: measure running time and save checkpoints safely
Changeset [1126]: Saving a population prints a message
Saving a population prints a message
Changeset [1125]: Cosmetic
Cosmetic
Changeset [1124]: Added helper utility functions
Added helper utility functions
Changeset [1123]: Added a header file for interfacing the frams-objects library (.dll ...
Added a header file for interfacing the frams-objects library (.dll and .so) from C/C++
Changeset [1122]: Stick thickness when converting "ball-and-stick" models to ...
Stick thickness when converting "ball-and-stick" models to "solid-shape" models consistent with the traditional visualization of sticks in GUI
Changeset [1121]: Added comments, removed unused variables
Added comments, removed unused variables
Changeset [1120]: Used a local random number generator for full determinism. Introduced ...
Used a local random number generator for full determinism. Introduced a few refactorings for better performance.
Changeset [1119]: Cache a function reference for better performance
Cache a function reference for better performance
Changeset [1118]: Introduced a common constant for default stick thickness when ...
Introduced a common constant for default stick thickness when converting "ball-and-stick" models to "solid-shape" models
Changeset [1117]: Cosmetic
Cosmetic
Changeset [1116]: Improved performance significantly by moving the step-by-step ...
Improved performance significantly by moving the step-by-step simulation loop from python to FramScript?
Changeset [1115]: Use default stick thickness when converting "ball-and-stick" models to ...
Use default stick thickness when converting "ball-and-stick" models to "solid-shape" models
Changeset [1114]: Cosmetic
Cosmetic
Changeset [1113]: Added a framework for evolutionary algorithms cooperating with ...
Added a framework for evolutionary algorithms cooperating with FramsticksLib?.py
Changeset [1112]: Added an example of sampling a 3D Model using the ModelGeometry class
Added an example of sampling a 3D Model using the ModelGeometry? class
Changeset [1111]: Added a function to get voxels of sampled Model geometry from script
Added a function to get voxels of sampled Model geometry from script