gambitproject / gambit

Gambit: The package for computation in game theory
http://www.gambit-project.org
GNU General Public License v2.0
405 stars 151 forks source link

Check for valid values of path-following parameters in `logit_solve` and related functions #459

Closed tturocy closed 1 month ago

tturocy commented 4 months ago

We have recently exposed some of the algorithm parameters for controlling the numerical continuation in logit_solve, logit_solve_lambda, and logit_solve_branch. At the moment these aren't being checked for being valid values. The initial step length should be positive, and the acceleration factor should always be at least one.

ankur-kalita commented 3 months ago

heyy @tturocy can you assign this issue to me ?... i am working on it