Answer the question
In order to leave comments, you need to log in
Are there options for implementing a Typescript-like genetic algorithm for Python?
Found an implementation of the algorithm on typescripts/JS
https://samprof.github.io/SamProfAI/#/bots
Here is Github: https://github.com/SamProf/SamProfAI
I don't understand Typescript at all.
1) Can you recommend something similar for Python?
2) Can you tell me where is the main module for the Genetic Bots application in the code? And would it be difficult to rewrite for Python as well?
Good luck and good luck to everyone!
Answer the question
In order to leave comments, you need to log in
There are not so many implementations of this in Python on the Internet.
I recommend building your own from scratch.
Here are some articles and examples:
implementation
example
example
Explanation of how it works mathematically
One of the implementations of the general algorithm
15 minutes: About cellular automata
PS In general, an interesting topic, I think I'll do it myself.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question