Re-add PEtab.jl tutorial to docs#1455
Merged
TorkelE merged 3 commits intoSciML:masterfrom Apr 7, 2026
Merged
Conversation
Contributor
Author
|
I am unsure why the CI fails, as ChaosTools.jl has support for Optim v2. Even more confusing, I can resolve the environment locally, and before I added Optim to the toml the environment resolved. Any ideas? |
TorkelE
reviewed
Apr 7, 2026
| sol = solve(optprob, Evolutionary.GA()) | ||
| nothing # hide | ||
| ``` | ||
| to solve `optprob` for this combination of solve and implementation. |
Member
There was a problem hiding this comment.
The idea here was to show off how different optimisation solvers could be used. However, I agree that it makes sense to not use an optimisation sub-library that do not see support anymore. Happy to merge like this and I will have a look later to see if there is another optimisation sublibrary and solver I can add in to this example instead.
Contributor
Author
There was a problem hiding this comment.
Thanks, I think the text will work as it currently is, and re-adding another optimizer down the line sounds good.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR re-adds PEtab.jl to the docs (with PEtab.jl v5 syntax). In addition to adding PEtab.jl back two changes where made: