Skip to content

Conversation

@StevenBtw
Copy link
Owner

No description provided.

- new bfgs.py: BFGS and L-BFGS quasi-Newton methods for smooth optimization
  with optional line search and progress callbacks
- new nelder_mead.py: Nelder-Mead simplex method for derivative-free
  optimization with adaptive parameter support
- new powell.py: Powell's conjugate direction method with optional bounds
  and golden section line search
- renamed hungarian to solve_hungarian for naming consistency
  with other solve_* functions: solve_sat, solve_lp, solve_milp, etc.
- and tests, lots of tests.. but not enough, barely passing the crazy 88,
will add more later
- its starting to look a lot like xmas
@StevenBtw StevenBtw merged commit e1e6ac2 into main Dec 24, 2025
56 checks passed
StevenBtw added a commit that referenced this pull request Dec 29, 2025
Gradient free optimizers added
StevenBtw added a commit that referenced this pull request Dec 29, 2025
Gradient free optimizers added
StevenBtw added a commit that referenced this pull request Dec 29, 2025
Gradient free optimizers added
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant