WIP: unify Learner1D, Learner2D and LearnerND#220
Open
jbweston wants to merge 105 commits intomainpython-adaptive/adaptive:mainfrom
feature/unify-learnerspython-adaptive/adaptive:feature/unify-learnersCopy head branch name to clipboard
Commits
Commits on Oct 6, 2019
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Oct 7, 2019
- committed
- committed
import SortedList and SortedDict and update 'insert_points'
Show description for 9c565cecommitted- committed
- committed
Commits on Oct 8, 2019
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Oct 9, 2019
- committed
- committed
- committed
- committed
replace '_scaled_loss' with 'priority'
Show description for d07b9c3committed- committed
store priorities as (priority, loss)
Show description for 5377438committed- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Oct 11, 2019
- committed
- committed
- committed
- committed
use subdomain volume rather than constant for the loss before data is
Show description for c570cd5committed
Commits on Oct 12, 2019
- committed
- committed
fix neighbor detection when adding points
Show description for bc38a7bcommitted- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
add xfailing tests for new learner
Show description for 6908ec2committed- committed
- committed
- committed
- committed
Commits on Oct 13, 2019
allow NewLearnerND to accept points not in the domain
Show description for 7ff9372committedmake sure we can ask for more points after adding data outside the
Show description for 3979872committed- committed
- committed
make 'points_inside' select points from more than 1 subdomain
Show description for ceaa87dcommitted- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Oct 14, 2019
- committed
add shortcuts when creating triangulations with exactly 1 simplex
Show description for b4a4814committed
Commits on Oct 16, 2019
- committed
- committed
- committed
- committed
fix bug in subdomain updating logic when telling data
Show description for d401cbbcommitted- committed
- committed
- committed
Commits on Oct 17, 2019
remove stateful invariant checks
Show description for 6c0cafacommittedmake random domains by sampling points uniformly in the unit hypercube
Show description for 9ffd7bccommittedsimplify utilities for generating domains and points inside/outside them
Show description for 587d027committed