Subclasses of BaseAutotuneController in com.ibm.able.autotune
|
class |
BasicNeuralAutotuneController
This class implements a basic neural controller
It features a neural system model that is trained with off-line data
and a neural controller that is adapted on-line
The model can predict one or more service level metrics given a set of
configuration, workload, service level metrics and tuning controls
The controller can specify one or more tuning control values given a set of
configuration, workload, service levels, and current tuning control metrics
How to use this controller .... |
class |
Fuzzy2WayLoadBalanceController
This autotune controller uses fuzzy rules to balance the load between two
service level metrics, using a single control value |
class |
Neural2WayLoadBalanceController
This class implements a basic neural controller
It features a neural system model that is trained with off-line data
and a neural controller that is adapted on-line
The model can predict one or more service level metrics given a set of
configuration, workload, service level metrics and tuning controls
The controller can specify one or more tuning control values given a set of
configuration, workload, service levels, and current tuning control metrics
How to use this controller .... |