项目作者: alex21347

项目描述 :
Modelling the movements of foraging animals as a Levy Flight (Stochastic Process) trained via an evolutionary algorithm
高级语言: Python
项目地址: git://github.com/alex21347/Animal_foraging_model.git
创建时间: 2020-10-15T19:40:38Z
项目社区:https://github.com/alex21347/Animal_foraging_model

开源协议:

下载


Animal_foraging_model

Modelling the movements of foraging animal as a Levy Flight trained via evolutionary algorithm.



The code in this repo is somewhat chronological.



levy_flight.py is the code that simply builds a Levy flight in 2 dimensions (R^2).

levy_flight_foraging.py takes the levy flight and simulates the concept of an animal foraging/searching for food.

levy flight ml.py applies an evolutionary algorithm (stochastic gradient descent) on the parameter space that governs the Levy flight
and thus providing evidence that over time animals have evolved from searching randomly, to utilising the Levy flight as a means of
efficienty searching for food. https://en.wikipedia.org/wiki/L%C3%A9vy_flight_foraging_hypothesis

Animal Foraging Example

Travel path of final evolution of Levy-flight based foraging animal (Left), Evolutionary path through parameter space (Right).