IGITUGraz / L2L

Learning to Learn: Gradient-free Optimization framework
https://igitugraz.github.io/L2L/
GNU General Public License v3.0
36 stars 23 forks source link

Added log scale option for gridsearch #92

Closed dsalaj closed 7 years ago

dsalaj commented 7 years ago

Necessary for LTL-SPORE optimizee.

maharjun commented 7 years ago

I've actually been thinking about this. The current setup forcing a linear interpolation is indeed too limited. However, adding options for different kinds of scaling is counterproductive. Instead, would you be able to modify the coordinate range to be a list of grid coordinates rather than a triplet describing the range?

Note the following need to be modified

  1. The optimizer code
  2. The optimizer documentation
  3. The example main file
anandtrex commented 7 years ago

Yeah I agree that we probably should think this through a bit. Maybe provide a function that provides the grid instead?