icub-client
|
Classes | |
class | modelOptClass |
Class to perform optimisation of SAM Models. More... | |
Functions | |
def | deleteModel (modelDir, newName) |
Utility function to delete models. More... | |
def | main () |
Sets up the modelOptClass and calls GPyOpt optimisation for 200 iterations. More... | |
Variables | |
precision | |
bool | optNotFound = False |
def SAM.SAM_Core.samOptimiser.deleteModel | ( | modelDir, | |
newName | |||
) |
Utility function to delete models.
modelDir | Directory containing the model to delete. |
newName | Subset of model files to delete. Either best , backup or exp . |
Definition at line 472 of file samOptimiser.py.
def SAM.SAM_Core.samOptimiser.main | ( | ) |
Sets up the modelOptClass and calls GPyOpt optimisation for 200 iterations.
Same arguments as modelOptClass.init().
Definition at line 488 of file samOptimiser.py.
bool SAM.SAM_Core.samOptimiser.optNotFound = False |
Definition at line 26 of file samOptimiser.py.
SAM.SAM_Core.samOptimiser.precision |
Definition at line 24 of file samOptimiser.py.