UBC-Thunderbots / Software

Robot Soccer Playing AI
http://www.ubcthunderbots.ca
GNU Lesser General Public License v3.0
53 stars 99 forks source link

Rename passing cost functions #2001

Open akhilveeraghanta opened 3 years ago

akhilveeraghanta commented 3 years ago

Description of the task

Cost functions generally imply that lower costs are better, but in the pass generator, maximizing the cost function results in the best pass.

This ticket involves changing the names to be more clear

https://en.wikipedia.org/wiki/Loss_function

couple names from that wikipedia article

Note that these might not apply to us, but we should be able to find a name that does.

Acceptance criteria

Blocked By

N/A

akhilveeraghanta commented 2 years ago

This need to be rethought, rather than renaming, we might want to flip everything to be 1 - so higher cost = worse pass