Skip to content

Releases: AlabamaASRL/asset_asrl

Version 0.5.1

08 Jul 17:02
Compare
Choose a tag to compare

Release Notes

Hot fix to version 0.5.0 that fixes the silent crashes for windows binaries. Issue and implemented fix are discussed in #62 .

Version 0.5.0

24 Jun 00:58
156504d
Compare
Choose a tag to compare

Release Notes

Version 0.5.0 introduces two major new features in an effort to simplify the definition of more complex optimal control problems.

  1. Optional automatic scaling utilities have been added to phase and OptimalControlProblem . Users can
    specify ODEs and problems in convenient units and then declare a set of canonical units for the ODE variables on a per-phase basis.
    Under the hood, we use the user supplied units to non-dimensionalize all variables, constraints, and objectives. In general, the non-dimensionalization
    will result in a problem nearly identical to one that a user non-dimensionalizes manually.

  2. Users now have the option of giving string names to components of their models in the ODE constructor. These can then be used in place
    of integer indices everywhere within the integrator, phase, and OptimalControlProblem interfaces.

Updated examples using the new interface additions can be found in the examples/UpdatedInterface folder of the repo.

Version 0.4.0 - Pre Auto Scaling

23 Jun 21:05
8c6e113
Compare
Choose a tag to compare

Release Notes

Backup release prior to major auto-scaling and interface update.