colgreen / sharpneat

SharpNEAT - Evolution of Neural Networks. A C# .NET Framework.
https://sharpneat.sourceforge.io/
Other
371 stars 95 forks source link

README.md improvements #73

Open colgreen opened 1 year ago

colgreen commented 1 year ago

Chat GPT has the following suggestions for improving the existing README.md:

  1. Provide a brief introduction to NEAT and explain how it differs from other evolutionary algorithms, such as genetic algorithms.
  2. Include more specific information about the different problem tasks that SharpNEAT can be used to solve.
  3. Provide a more detailed explanation of how SharpNEAT uses mutation, recombination, and selection to search for a neural network that solves a given problem task.
  4. Highlight how SharpNEAT's modular design allows for experimentation with different genetic coding and evolutionary algorithms.
  5. Provide some information on the limitations of SharpNEAT, as well as its potential applications in the field of neuro-evolution.
  6. Provide some examples of the kind of problems that SharpNEAT can be used to solve and the results it has achieved in the past.
  7. Provide some information about the current status of the project, such as whether it's actively being developed and maintained, any recent updates or new features, and how the community can contribute.
ffMathy commented 1 year ago

Any library is only as good as its documentation. It's a shame that such a good library can't be used because no one knows how.

It could become immensely popular if this was satisfied.