neldermead

package
v1.0.0-beta3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 18, 2016 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

This is an implementation of the Nelder-Mead optimization method Based on work by Michael F. Hutt http://www.mikehutt.com/neldermead.html

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Optimizer

type Optimizer struct {
	MaxIterations int
	// reflection coefficient
	Alpha,

	Beta,

	Gamma float64
}

func New

func New() *Optimizer

func (*Optimizer) Optimize

func (o *Optimizer) Optimize(
	objfunc func([]float64) float64,
	start []float64,
	epsilon,
	scale float64,
) (float64, []float64)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL