Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library Request: csnumerics #7973

Closed
4 tasks done
AlexCatarino opened this issue Apr 24, 2024 · 0 comments · Fixed by #8455
Closed
4 tasks done

Library Request: csnumerics #7973

AlexCatarino opened this issue Apr 24, 2024 · 0 comments · Fixed by #8455

Comments

@AlexCatarino
Copy link
Member

CSNumerics is a .NET Standard 1.0 and 2.0 class library of various numerical algorithms written in C#.

It currently consists of C# implementations of Michael J.D. Powell's optimization algorithms:

  • BOBYQA for minimizing a nonlinear objective function subject to variable bounds.
  • LINCOA for minimizing a nonlinear objective function subject to linear constraints.
  • COBYLA for minimizing a nonlinear objective function subject to nonlinear constraints.

Checklist

  • I have completely filled out this template
  • I have confirmed that this issue exists on the current master branch
  • I have confirmed that this is not a duplicate issue by searching issues
  • I have provided detailed steps to reproduce the issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant