|
MyMediaLite
3.11
|
Interface for classes that perform hyper-parameter search More...
Public Member Functions | |
| void | ComputeNextEpoch () |
| complete the current epoch More... | |
| void | ComputeNextStep () |
| compute the next step in the current epoch More... | |
Properties | |
| IList< Object > | BestParameterValues [get] |
| the (hyper-)parameter values of the best result so far More... | |
| double | BestResult [get] |
| the best result so far More... | |
| uint | EpochSize [get] |
| size of the current epoch of the hyper-parameter search More... | |
| Func< IRecommender, Dictionary< string, double > > | EvalJob [get] |
| the delegate used to compute More... | |
| bool | Maximize [get] |
| true if evaluation measure is to be maximized, false if it is to be minimized More... | |
| string | Measure [get] |
| the evaluation measure to optimize More... | |
| uint | NumberOfStepsComputed [get] |
| the number of steps computed so far in this hyper-parameter search More... | |
| IList< string > | Parameters [get] |
| list of (hyper-)parameters to optimize More... | |
| IRecommender | Recommender [get] |
| the recommender to find the hyperparameters for More... | |
Interface for classes that perform hyper-parameter search
| void ComputeNextEpoch | ( | ) |
complete the current epoch
| void ComputeNextStep | ( | ) |
compute the next step in the current epoch
|
get |
the (hyper-)parameter values of the best result so far
|
get |
the best result so far
|
get |
size of the current epoch of the hyper-parameter search
|
get |
the delegate used to compute
|
get |
true if evaluation measure is to be maximized, false if it is to be minimized
|
get |
the evaluation measure to optimize
|
get |
the number of steps computed so far in this hyper-parameter search
|
get |
list of (hyper-)parameters to optimize
the recommender to find the hyperparameters for
1.8.9.1