jara001 / ng_trajectory

Racing Line Optimization using Nevergrad
GNU General Public License v3.0
5 stars 4 forks source link

Incomplete ParameterList integration #16

Open jara001 opened 2 years ago

jara001 commented 2 years ago

When a ParameterList was introduced in v1.3.0 (94b2440d845b0b9ee79ac823d518b635987bbd9c) it was adapted more or less for all algorithms. Mostly properly. However, as noted in a3a9d9caec1623afc313fcd25a5174951a57ac5d, this does not hold for the main script; it uses ParameterList for documenting the parameters, but they are not used in this way anywhere. Because of this, default values set in ParameterList have zero effect.