DEAP / deap

Distributed Evolutionary Algorithms in Python
http://deap.readthedocs.org/
GNU Lesser General Public License v3.0
5.88k stars 1.13k forks source link

radian or degree for trigonometric function(sin,cos,tan) #612

Closed AmosJoseph closed 2 years ago

AmosJoseph commented 2 years ago

Hi, sorry to bother, but I am writing to ask which is used for trigonometric function(sin,cos,tan), radian or degree for angle?

Best!

fmder commented 2 years ago

We use numpy functions, so if I remember well it is radian.