Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertFeasibleSpace ¶
func ConvertFeasibleSpace(fs morphlingv1alpha1.FeasibleSpace, parType morphlingv1alpha1.ParameterType) ([]string, error)
Types ¶
type General ¶
func (*General) GetSamplings ¶
func (g *General) GetSamplings(requestNum int32, instance *morphlingv1alpha1.ProfilingExperiment, currentCount int32, trials []morphlingv1alpha1.Trial) ([]morphlingv1alpha1.TrialAssignment, error)
type Sampling ¶
type Sampling interface {
GetSamplings(numRequests int32, instance *morphlingv1alpha1.ProfilingExperiment, currentCount int32, trials []morphlingv1alpha1.Trial) ([]morphlingv1alpha1.TrialAssignment, error)
}
Click to show internal directories.
Click to hide internal directories.