July 29, 2019
View bb9dd07

Merge pull request #193 from python-adaptive/sequence_learner

Bas Nijholt authored on 29/07/2019 12:14:46 • GitHub committed on 29/07/2019 12:14:46
View de6eb19

add docs for the SequenceLearner

Bas Nijholt authored on 29/07/2019 11:39:43
View 53e723a

address @jbweston's remarks

Bas Nijholt authored on 29/07/2019 11:25:35
View 628152b

add extra note about performance

Bas Nijholt authored on 10/07/2019 18:44:15
View ad3a3cd

fix the tests and remove it from the DataSaver test

Bas Nijholt authored on 10/07/2019 06:34:28
View dc1d82b

add a doc-string to the SequenceLearner

Bas Nijholt authored on 10/07/2019 06:33:59
View 1f0f77b

change self.data into a SortedDict

Bas Nijholt authored on 10/07/2019 02:27:04
View c4df694

make the _to_do_seq into _to_do_indices

Bas Nijholt authored on 10/07/2019 02:22:54
View 5f0c07c

make the loss improvement equal to 1/len(sequence)

Bas Nijholt authored on 10/07/2019 01:56:25
View 8bfd429

make loss equal to (ntotal - npoints) / ntotal

Bas Nijholt authored on 10/07/2019 01:53:56
View ab3780c

use a poor man's OrderedSet

Bas Nijholt authored on 10/07/2019 01:50:20
View 6e29e2c

copy over changes made in https://github.com/basnijholt/adaptive-scheduler/blame/master/adaptive_scheduler/sequence_learner.py

Bas Nijholt authored on 10/07/2019 01:39:53
View b0c1bf8

add SequenceLearner

Bas Nijholt authored on 09/05/2019 00:59:12
July 11, 2019
View 8b4b583

Merge pull request #188 from python-adaptive/cycle_strategy

Bas Nijholt authored on 11/07/2019 18:46:12 • GitHub committed on 11/07/2019 18:46:12
July 10, 2019
View d25f3d1

set self._cycle in the strategy setter

Bas Nijholt authored on 10/07/2019 01:34:05