reword documentation

This commit is contained in:
Matthias 2019-07-16 05:41:39 +02:00
parent 07a1c48e8c
commit c4e55d78d5

View File

@ -199,10 +199,10 @@ Currently, the arguments are:
This function needs to return a floating point number (`float`). The smaller that number, the better is the result. The parameters and balancing for this are up to you.
!!! Note
This function is called once per iteration - so please make sure to have this as optimized as possible to now slow hyperopt down unnecessarily.
This function is called once per iteration - so please make sure to have this as optimized as possible to not slow hyperopt down unnecessarily.
!!! Note
The last 2 arguments, `*args` and `**kwargs` are not strictly necessary but ensure compatibility for the future, so we can easily enable more parameters once we discover what could be usefull without breaking your custom hyperopt file.
Please keep the arguments `*args` and `**kwargs` in the interface to allow us to extend this interface later.
## Execute Hyperopt