autonomio / talos

Hyperparameter Experiments with TensorFlow and Keras
https://autonom.io
MIT License
1.62k stars 268 forks source link

FEATURE REQUEST: allow input of custom optimization strategy as Scan() argument #354

Closed mikkokotila closed 5 years ago

mikkokotila commented 5 years ago

At the simplest, the researcher has the option of using a function that accepts a standard input and gives out a standard output (but can do anything in between) in to Scan(...reduction_method...).

mikkokotila commented 5 years ago

This is now handled in a different manner so closing here.