Skip to content

Releases: BrechtBa/mpcpy

mpcpy 0.3.0

28 Oct 12:59
Compare
Choose a tag to compare

Changes:

  • Renamed Boundaryconditions to Disturbances
  • Updated examples

mpcpy 0.2.3

22 Aug 12:47
Compare
Choose a tag to compare

Changes:

  • Added quickstart example script
  • Updated documantation

mpcpy 0.2.2

22 Aug 07:47
Compare
Choose a tag to compare

Changes:

  • Added examples to the release

mpcpy 0.2.1

22 Aug 07:42
Compare
Choose a tag to compare

Changes:

  • Added documentation
  • Small changes to several classes to make things more logical

mpcpy 0.2.0

22 Aug 07:37
Compare
Choose a tag to compare

Changes:

  • Base Emulator class no longer uses Dymola
  • Added DympyEmulator as emulator with Dymola and dympy
  • Examples use pyomo instead of CPLEX api
  • Several small updates

mpcpy 0.1.0

10 May 13:14
Compare
Choose a tag to compare

Changes:

  • change in the definition of the optimal control problem. Formulation and Solution are now separate methods. Change is backwards compatible but shows a depreciation message

mpcpy v0.0.2

21 Apr 10:36
Compare
Choose a tag to compare

Minor updates:

  • updated extrapolation method in boundaryconditions to be faster
  • updated the emulator initialization to be more robust
  • added a dummy emulator class for use when Dymola is unavailable
  • added an optional parameters attribute to the Stateestimation class
  • updated the Control class to formulate the problem the 1st time the optimization is run, this reduces time during the mpc definition
  • added a nextstepcalculator attribute in the MPC class to be able to dynamically change the number of steps the horizon should recede based on the ocp results

First release

02 Oct 13:53
Compare
Choose a tag to compare

First release