Spaces:
Running
Running
File size: 756 Bytes
cb9b449 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | # Usage
This visualizer allows you to define a function and minimize it using one of several iterative optimization algorithms.
---
## Settings
In this tab, you can:
- Select a preset function to optimize
- Or choose **--Custom--** to define your own function
When entering a custom function:
- Use **`x`** for univariate functions
- Use **`x`** and **`y`** for bivariate functions
---
## Optimize
In this tab, you can:
- Step through the optimization process
- See the optimizer’s trajectory
---
## Plot Screen
The plot is interactive:
- Click and drag to pan
- Scroll to zoom
- In bivariate mode, click **Update color scale** to rescale the heatmap so that the currently visible minimum and maximum values define the color range
|