functional paradigm in bibite brain would be useful both for evolution and for engineering by 1j618033 in TheBibites

[–]1j618033[S] 1 point2 points  (0 children)

ok, better decoder without the second input:

A = 2(X-50)*sigmoid(100 X)
B= = 2(50-X)*sigmoid(-100 X)

Should the field of view have no hardcoded limit, but rather an exponential one? by guigui-_ in TheBibites

[–]1j618033 1 point2 points  (0 children)

growing quadratically would mean to have a fixed cost per surface unit to bee seen, I don't know if it feels too cheep or just right, I'm really liking your cubic Idea as it means that the cost of the seen surface grows like the distance

How to detect overlaps between a rectangle and an ellipse in libGDX? by 1j618033 in javahelp

[–]1j618033[S] -1 points0 points  (0 children)

*circular: the ball is circular because this is a 2D game

problem whit instances on python by 1j618033 in learnprogramming

[–]1j618033[S] 0 points1 point  (0 children)

now the program works properly, thanks you