V
V
Valentine2018-12-23 20:52:21
Python
Valentine, 2018-12-23 20:52:21

Do you know other similar projects?

Recently I came across such an interesting video with the implementation of a certain genetic algorithm. Do you know other interesting open source projects like this one? Preferably in Python or C++

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
dmshar, 2018-12-23
@dmshar

There are a lot of such projects - including open source ones - on the net. You would first tell what exactly you consider an "interesting" project. For example, what I saw did not seem interesting to me.

D
d0lph1n, 2019-01-04
@d0lph1n

Hello.
Roman probably answered you correctly in the comments - it looks more like cellular automata, and not an implementation of a genetic algorithm. Imagine finite state machines placed on a grid and working so that the transition functions take as parameters the states of the neighbors, i.e. depends on the state of the neighbors. Then an initial state is generated, and this crazy model is launched.
There are many genetic algorithms. For example, I was lucky to get acquainted with only three at university courses, and what I describe below is the so-called. classic GA:
As you can see, the basic biological evolutionary mechanisms are put in the basis. They are applied to the optimization problem, but not to the simulation.
Those. it is possible that the author of the video created a parameterizable simulation based on cellular automata, and he optimized these parameters using GA. The task is not so much mathematical or technical as "creative". And this means that it will probably be more interesting for you to develop some kind of combine at the junction of GA and cellular algorithms than to delve into someone else's, perhaps obscure code.

M
Mitya ToDaSyo, 2018-12-23
@dimastik1986

perhaps a little off topic and not quite fresh info, but I like the topic of machine learning, in particular, catboost and another link with info are interesting . I think that those who master this technology before the rest (the bulk) will get a good advantage. I think everyone understands that today the one who owns the information - he rules the world!
video 1
video 2

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question