Share

stan

File Release Notes and Changelog

Release Name: 1.1.0-pre-0

Notes:
This is a prerelease of the 1.1.0 version, which implements
the concept of problem solution space.
Previous stan versions were capable of computing and reporting
just the optimum solution (if any). Starting by 1.1.0 version, stan
supplies means to compute and report every solution to the problem,
starting from the optimal one down to the least optimal.
In this context, a solution is considered to be any combination
of choises which doesn't break any given model constraint.

Changes: - added supports for suboptimal solution retrieval.