Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create evolutionary algorithms to search for useful parameterizations. #2

Open
SurrealVectors opened this issue Jun 4, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@SurrealVectors
Copy link
Owner

Create evolutionary algorithms to search for useful parameterization of neural types, then structures, then nervous systems.

There should be four measures used:

  1. Effectiveness: How successful the individual is at the presented task(s).
  2. Stability: The effectiveness of similar/related individuals in the population. This measure implies an improved adaptability and modularity. It can also improve the rate of finding useful parameterizations as it focuses on regions of effectiveness within the parameter space.
  3. Simplicity: The size of the neural net, number of connections, etc. The individual should be no more complicated than necessary for the given task(s).
  4. Variety: How dissimilar is the individual to others in the generation. There should be a variety of useful parameterizations searched for.
@SurrealVectors SurrealVectors added the enhancement New feature or request label Jun 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant