geva

module
v0.0.0-...-b9e61c6 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2019 License: Apache-2.0

README

Geva

Version 0.0.3

Usage: see test files

Run go get -u github.com/200sc/geva to pull this project into your GOPATH.

New since 0.0.2

Added the EDA subpackage, with a much better API model than that used by everything else, so much that everything else is going to be shifted to use that model soon.

Next Steps

The neural network model is crummy and should be replaced with bindings to a better neural network library, or a fork if necessary.

Our way of judging fitness, 1 being the best and high being bad, makes converting fitnesses into weights for probabilistic selection a chore. It should also be allowed for the user to choose between high or low being good or bad, depending on the problem.

We'd like to add a Hall of Fame approach or addition to new generations, but doing so requires a problem where the fitness function is a flexible competition.

It'd be great if we could modify selection and crossover to also be concurrent-- crossover being concurrent is probably going to be simple once we have dedicated methods for parent pairing (generate a list of pairs, then split a goroutine off for each pair, and collect the results).

It's then worth reviewing and running performance tests on anything that is or could be concurrent to decide if it actually allows for increased speed.

As a part of these reviews, looking into what can be passed to graphics cards for work instead of to the processor would be very worthwhile, but is currently limited by a lack of an interface to do that in Go.

Directories

Path Synopsis
docs
eda
examples
eda
gg
dev
mut
Package neural provides structure for creating and modifying neural networks.
Package neural provides structure for creating and modifying neural networks.

Jump to

Keyboard shortcuts

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