Richard Suhendra
Results
2
comments of
Richard Suhendra
Hi, I'm also trying to install Bertini on an M1 Mac running 12.5. Using conda as a package manager gives the same issue. To be more specific, when I run...
I think I've figured out the issue. In the _coordinate_descent_idx function, in the greedy case the following is defined: _n_seg = max(n_times_valid // (2 * n_times_atom), 1) n_times_seg = n_times_valid...