visualizer

package
v0.0.0-...-e130fdf Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2016 License: BSD-2-Clause Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Null

type Null struct{}

Visualizes the population by creating web pages

func (Null) Visualize

func (v Null) Visualize(pop neat.Population) error

Creates visuals of the population which can be displayed in a browser

type Web

type Web struct {
	WebSettings
	// contains filtered or unexported fields
}

Visualizes the population by creating web pages

func (*Web) Reset

func (d *Web) Reset()

Resets the history

func (*Web) SetContext

func (v *Web) SetContext(x neat.Context) error

func (*Web) SetTrial

func (v *Web) SetTrial(t int) error

func (*Web) Visualize

func (v *Web) Visualize(pop neat.Population) error

Creates visuals of the population which can be displayed in a browser

type WebSettings

type WebSettings interface {
	ExperimentName() string // Descriptive name of the experiment
	WebPath() string        // Path to output images
}

Jump to

Keyboard shortcuts

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