optimizer

package
v0.0.0-...-324d411 Latest Latest
Warning

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

Go to latest
Published: May 16, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetExponentialTemperatureSteps

func GetExponentialTemperatureSteps(start_temp float64, total_steps int) []float64

Types

type Optimizable

type Optimizable interface {
	GenerateMove(accept_move func(log_p_curr float64, log_p_next float64) bool) Optimizable
}

func Optimize

func Optimize(current_model Optimizable, start_temp float64, temperature_steps int, steps_per_temp int) Optimizable

Jump to

Keyboard shortcuts

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