summaryrefslogtreecommitdiff
path: root/common/rawaccel-validate.hpp
Commit message (Collapse)AuthorAgeFilesLines
* allow lp norm in range (0, 2)a1xd2021-09-231-2/+2
|
* bugfix - oob in SettingsErrors::ToStringa1xd2021-08-291-4/+4
|
* add validation checks for jump modea1xd2021-08-291-0/+6
|
* Small fixes, guide additions, tweaksJacob Palecki2021-07-031-2/+2
|
* move arbitrary input into settingsa1xd2021-04-131-3/+8
| | | | separate arbitrary mode from spaced modes, arbitrary now deserializes from default settings file
* make sizeof arbitrary close to othersa1xd2021-04-081-1/+1
| | | | refactor constructor/fix conversions
* optimize a bit/refactor modifya1xd2021-04-081-4/+8
|
* Fix natural legacy algorithm, rename accelNatural to decayRateJacob Palecki2021-04-061-1/+1
|
* Rename accelMotivity to growthRateJacob Palecki2021-04-061-1/+1
|
* update wrapper + writer to handle luta1xd2021-04-061-1/+2
| | | | grapher is building but applying options still broken for the most part
* add minimum to complement speed capa1xd2021-04-011-3/+6
| | | | | | important feature fixes some validation checks
* driver - apply accel disregarding num packetsa1xd2021-04-011-0/+4
| | | | add setting for max time threshold
* update resta1xd2021-04-011-0/+168
grapher is still broken refactored io / error handling a bit