Skip to content

refactor: migrate Curvefit from Optim.jl to CurveFit.jl#506

Open
sathvikbhagavan wants to merge 8 commits into
masterfrom
sb/curvefit
Open

refactor: migrate Curvefit from Optim.jl to CurveFit.jl#506
sathvikbhagavan wants to merge 8 commits into
masterfrom
sb/curvefit

Conversation

@sathvikbhagavan

@sathvikbhagavan sathvikbhagavan commented Feb 19, 2026

Copy link
Copy Markdown
Member

fixes: #505

@sathvikbhagavan

Copy link
Copy Markdown
Member Author

Hi @ChrisRackauckas, how do we pass bounds using CurveFit? CurveFitProblems https://github.com/SciML/CurveFit.jl/blob/master/src/common_interface.jl#L49 does not take any bounds?

@ChrisRackauckas

Copy link
Copy Markdown
Member

SciML/CurveFit.jl#84

@sathvikbhagavan sathvikbhagavan marked this pull request as ready for review March 4, 2026 08:17
@sathvikbhagavan

Copy link
Copy Markdown
Member Author

Hi @ChrisRackauckas, this PR is ready for review

Comment thread Project.toml

[extensions]
DataInterpolationsChainRulesCoreExt = "ChainRulesCore"
DataInterpolationsOptimExt = "Optim"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deleting this would be breaking though

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, so should I keep both like add a new one with CurveFit?

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.

Curvefit with bounds

2 participants