infiniteopt / InfiniteOpt.jl

An intuitive modeling interface for infinite-dimensional optimization problems.
https://infiniteopt.github.io/InfiniteOpt.jl/stable
MIT License
251 stars 17 forks source link

Salvage value #286

Closed azev77 closed 2 years ago

azev77 commented 2 years ago

A generic continuous time/non-stochastic optimal control problem is written: image where: F: cost/utility S: salvage value/bequest value (only at the terminal value of the state variable) f: dynamics/transition function g: constraint functions

how can a user incorporate the Salvage function w/ your package?