feldob / InPUT

A descriptive and programming language independent format and API for the simplified configuration, documentation, and design of computer experiments.
7 stars 25 forks source link

DesignSpace.next() ignores multi-range with exclusive limits #42

Open finkn opened 10 years ago

finkn commented 10 years ago

When defining multiple exclusive ranges, only the first range is used; the rest are ignored.

See multiExclExcl in https://github.com/finkn/InPUTspec/blob/master/main/src/net/finkn/inputspec/v050/SimpleMultiRangeNextTest.java for details.