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

small update

parent d9803a83
No related branches found
No related tags found
No related merge requests found
Pipeline #21414 passed
......@@ -238,8 +238,8 @@ Here, we see that for homogeneous sampling to get the same error as sampling wit
#### The learner abstracts a loss based priority queue.
We will now introduce Adaptive's API.
The object that can suggest points based on existing data is called a *learner*.
It abstracts a loss based priority queue.
We can either *ask* for points or *tell* the `learner` new data point.
The learner abstracts a loss based priority queue.
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