Skip to content

Tags: Shark-ML/Shark

Tags

v4.0.1

Toggle v4.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
missed an export

v4.0.0

Toggle v4.0.0's commit message
final fixes to webpage

v3.1.4

Toggle v3.1.4's commit message
fixed compile errors with gcc 7

v3.1.3

Toggle v3.1.3's commit message
another change

v3.1.2

Toggle v3.1.2's commit message
changed tolerances, should fix #110

v3.1.1

Toggle v3.1.1's commit message
oops

v3.1.0

Toggle v3.1.0's commit message
Merge pull request #49 from Shark-ML/InterfaceEvo

Reworked several important aspects of the DirectSearch component of Shark.

features: 
1. New internal interface for the mainline algorithms (CMA-ES, SteadyStateMOCMA, MOCMA, SMSEMOA, NSGAII) which separates the step() into smaller functions which can be queried from derived classes. this allows users deeper analysis of the functions, e.g. getting all generated offspring or changing how points are evaluated.

2. Several fixes to the SMSEMO and NSGAII operators. There were some bugs

3. DirectSearch now relies less on the globalRng and for most algorithms, the user can choose an instance of the Rng in the constructor. This is important when these algorithms are run in parallel, as the Rng is not thread safe.

v3.0.1

Toggle v3.0.1's commit message
fixed issue #30

v3.0.0

Toggle v3.0.0's commit message
Merge pull request #3 from Shark-ML/vs12

imported VS12 compatibility changes