ThrottleControlledAvionics icon indicating copy to clipboard operation
ThrottleControlledAvionics copied to clipboard

Documentation for properties inside ThrottleControlledAvionics.glob file

Open alexandruast opened this issue 7 years ago • 1 comments

As a user, I would like to be able to clearly understand what a specific property mean and how does it affect the output.

alexandruast avatar Oct 18 '18 07:10 alexandruast

Yea, well... This file is "hidden" away for a reason. Most of the stuff there are not settings per se, but a data for the algorithms. You may consider it a storage of learned ML models (except that they're HL, human learning). So the meaning of particular variables is mostly documented in the code that uses them.

I'm currently working on a way to automatically create appropriate .user override files which will allow me to expose user-relevant settings in the UI.

allista avatar Oct 18 '18 08:10 allista