A
A
Alexander2018-09-11 23:53:44
R
Alexander, 2018-09-11 23:53:44

Are there packages in R that contain the following algorithms?

Please tell me if there are packages in R on the following topics:
Algorithms for the evolution of the mind.
Ant colony, bee swarm, particle swarm
Artificial immune systems, bacterial optimization
Firefly algorithm
Thank you very much for your reply!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
dmshar, 2018-09-12
@Belyaev_Al

Everything is in one click.
Well, for example.
Firefly algorithm:
https://cran.r-project.org/web/packages/metaheuris...
Bee swarm algorithm:
https://cran.r-project.org/web/packages/ABCoptim/A...
Algorithm ant colony - even several implementations:
https://cran.r-project.org/web/packages/evoper/evo...
https://cran.r-project.org/web/packages/irace/irace.pdf
Further - not interesting. Hope you manage on your own.

A
Alexander Skusnov, 2018-09-12
@AlexSku

What's with R? Do you already use these algorithms yourself? Or maybe there aren't any at all?
For example, there is an ant colony algorithm. This is an optimization method. As for the swarm of bees, you could explain what the point is. For example, there is the behavior of a flock of birds or fish. This is no longer optimization, but interaction with neighbors in motion.
What is meant by the evolution of the mind? There is a genetic algorithm, which is an optimization method. Or do you need knowledge structuring?
Try not to bombard us with smart terms, but take one problem and describe it in more detail.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question