Skip to content
Snippets Groups Projects

Resolve "(LearnerND) add iso-surface plot feature"

Merged Jorn Hoofwijk requested to merge 112-learnernd-add-iso-surface-plot-feature into master
All threads resolved!
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -25,7 +25,7 @@ Meta-learners (to be used with other learners):
- `~adaptive.BalancingLearner`, for when you want to run several learners at once,
selecting the “best” one each time you get more points,
- `~adaptive.DataSaver`, for when you function doesn't just return a scalar.
- `~adaptive.DataSaver`, for when your function doesn't just return a scalar or a vector.
In addition to the learners, ``adaptive`` also provides primitives for
running the sampling across several cores and even several machines,
Loading