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() does not produce correct value for expressions #49

Open finkn opened 10 years ago

finkn commented 10 years ago

When a parameter is defined relative to another parameter, next will not generate correct values for the dependent parameter. Expressions are evaluated as though all references are resolved to 0.

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