ApproximationSetViewer Bug
A Free and Open Source Java Framework for Multiobjective Optimization
Brought to you by:
dhadka
In "initializeReferenceSetBounds" in "ApproximiationSetViewer.java", the range is defined as axis 0, and domain as axis 1. Should probably be the opposite? At least that gives better results with my objectives.
Also, the max-ranges are multiplied by two. When the objectives can be negative, this doesn't work. For instance, having an objective with the range of (-30, -20), multiplying the "max" will give range (-30,-40) which is invalid.
Both bugs have been addressed and will be available in the next release.