Skip to content
Snippets Groups Projects
Commit fd9a0f11 authored by Bas Nijholt's avatar Bas Nijholt
Browse files

fix

parent e5a7def9
No related branches found
No related tags found
No related merge requests found
Pipeline #21415 passed
......@@ -239,7 +239,7 @@ Here, we see that for homogeneous sampling to get the same error as sampling wit
We will now introduce Adaptive's API.
The object that can suggest points based on existing data is called a *learner*.
The learner abstracts a loss based priority queue.
We can either *ask* it for points or *tell* the `learner` new data point.
We can either *ask* it for points or *tell* the *learner* new data point.
We can define a *learner* as follows
```python
from adaptive import Learner1D
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment