Jump to content

Lotka Volterra fishing problem: Difference between revisions

From mintOC
m Lotka Volterra Fishing Problem moved to Lotka Volterra fishing problem: Lower case spelling convention
No edit summary
Line 1: Line 1:
<div style="text-align=right; float: right; clear: none; {{#if:{{{Breite|}}}|max-width: {{{Breite}}};}} margin: .5em 0 1em 1em; background: none; padding-left:20px">
__TOC__
</div><noinclude>
This problem was set up as a simple benchmark problem. Despite of its simple structure, the optimal solution contains a singular arcs, making the Lotka Volterra fishing problem an ideal candidate for benchmarking of algorithms.
== Model dimensions and properties ==
== Model dimensions and properties ==



Revision as of 09:42, 29 June 2008

This problem was set up as a simple benchmark problem. Despite of its simple structure, the optimal solution contains a singular arcs, making the Lotka Volterra fishing problem an ideal candidate for benchmarking of algorithms.

Model dimensions and properties

The model has the following dimensions:

nx=3nz=0nu=1np=0nc=0nri=0nre=3

It is thus an ODE model. The interior point equality conditions fix the initial values of the differential states.

Model Equations

Initial values and parameters

Reference Solutions

Source Code

Miscellaneous

External references