You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use different solvers and compare readability and speed.
The problem
Given $N$ random points in an $m$ dimensional space we compute
the center $x$ and the radius $r$ of a ball such that all $N$
points are contained in this ball.
Taskfile
Create the virtual environment defined in requirements.txt using
task build:install
Marimo
We use Marimo (instead of Jupyter) to perform our experiments. Start with
task docs:marimo
About
Compute the minimal enclosing circle with Mosek, Clarabel, ...