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

Use diagnostics inside JuMP [work in progress] #62

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

fonsp
Copy link
Member

@fonsp fonsp commented Dec 17, 2020

See #18

Right now I just changed the field types for control values to Real instead of Float64, to allow JuMP to call our diagnostic functions with its Dual number type.

Changing the field types of a struct from concrete (like Float64 or Vector{Float64}) to abstract (like Real or Vector{<:Real}) can impact performance, so I will have to look into this first :)

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.

None yet

1 participant