March 17, 2019 | ||
---|---|---|
View b2d13a9
use a list for ((learner_index, point), loss_improvement) tuplesBas Nijholt authored on 17/03/2019 12:06:09 |
||
View d60a88e
rename _points to _ask_cacheBas Nijholt authored on 17/03/2019 11:59:12 |
||
View d9ceaf7
make the ask functions more similarBas Nijholt authored on 17/03/2019 11:52:28 |
||
View 1401a9a
use the cache for all strategiesBas Nijholt authored on 17/03/2019 11:49:25 |
||
View dac0b7d
fix point distribution for loss strategyBas Nijholt authored on 17/03/2019 11:36:15 |
||
View a00bf61
fix the point distribution issue by max(loss, -npoints)Bas Nijholt authored on 17/03/2019 09:44:27 |
||
View a273049
distribute the suggested points over learners when no data is availableBas Nijholt authored on 16/03/2019 12:11:55 |
||
View 442de97
fix DeprecationWarningBas Nijholt authored on 17/03/2019 09:59:40 |
||
View 3f61744
import Iterable and Sized from collections.abcBas Nijholt authored on 17/03/2019 09:53:18 |
January 29, 2019 | ||
---|---|---|
View 0e0674d
fix _get_data for the BalancingLearner (#150)Bas Nijholt authored on 29/01/2019 15:11:12 • GitHub committed on 29/01/2019 15:11:12 |
December 7, 2018 | ||
---|---|---|
View a0d5e69
fix example in doc-string of BalancingLearner.saveBas Nijholt authored on 07/12/2018 16:49:59 |
November 27, 2018 | ||
---|---|---|
View 9c26669
fix bug with saving of the BalancingLearnerBas Nijholt authored on 27/11/2018 13:59:26 |
November 26, 2018 | ||
---|---|---|
View 06b9200
adhere to PEP008 by using absolute importsBas Nijholt authored on 26/11/2018 13:39:12 |
November 23, 2018 | ||
---|---|---|
View 329f447
add an option to use a list of filenames when saving a BalancingLearnerBas Nijholt authored on 23/11/2018 16:06:47 |
||
View fcdb053
make 'fname' a parameter to 'save' and 'load' onlyJoseph Weston authored on 19/11/2018 18:16:46 • Bas Nijholt committed on 23/11/2018 16:09:28 |