Documentation
¶
Index ¶
Constants ¶
View Source
const (
MAX_N = 10
)
View Source
const (
UNIFORM = iota
)
Variables ¶
This section is empty.
Functions ¶
func FindMinimumAmongMinima ¶
func UniformRandomVector ¶
Types ¶
type BasinFunction ¶
type BasinFunction struct {
A, H, K float64
}
func NewBasinFunction ¶
func NewBasinFunction(a, h, k float64) *BasinFunction
type RandomSearch ¶
func NewRandomSearch ¶
func NewRandomSearch(probDistro, maxIterations, numGoRoutines int) *RandomSearch
func (*RandomSearch) FindMinimum ¶
Click to show internal directories.
Click to hide internal directories.