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

[FEATURE] Trajectory Start Values #43

Closed
pulsipher opened this issue Mar 25, 2020 · 3 comments · Fixed by #58
Closed

[FEATURE] Trajectory Start Values #43

pulsipher opened this issue Mar 25, 2020 · 3 comments · Fixed by #58
Labels
enhancement New feature or request
Milestone

Comments

@pulsipher
Copy link
Collaborator

Describe the feature you'd like
Implement functionality to specify better start values for infinite variables. This will greatly help with convergence.

Does this pertain to a particular class of problems/techniques? If so explain.
All infinite problems

Describe what you currently do about this
Only a single value can be used. Trajectories cannot be given.

Additional context
Perhaps it would be nice to implement some automatic methods.

@pulsipher pulsipher added the enhancement New feature or request label Mar 25, 2020
@pulsipher pulsipher added this to the v0.2.0 milestone Mar 25, 2020
@pulsipher pulsipher changed the title [FEATURE] Infinite Start Values [FEATURE] Trajectory Start Values Mar 25, 2020
@oameye
Copy link

oameye commented Jul 25, 2024

Has this been implemented? How would you do it for a variable defined as follows?

@variables(model, begin
   x[1:2], Infinite(t)
end)

@pulsipher
Copy link
Collaborator Author

@oameye
Copy link

oameye commented Jul 25, 2024

Thank you so much! Should have gone beyond the examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants