PAS Database: Difference between revisions
no edit summary
>Aruki m (→Format) |
imported>Antidote No edit summary |
||
Line 81: | Line 81: | ||
| u32 | | u32 | ||
| 1 | | 1 | ||
| | | [[#Weight Function|'''Weight Function''']] | ||
| | | Specifies the weighting algorithm used for this parameter during selection. | ||
|- | |- | ||
| float | | float | ||
| 1 | | 1 | ||
| | | Weight | ||
| | | Specifies how much influence this parameter has during selection. | ||
|- | |- | ||
| ''Parm Type'' | | ''Parm Type'' | ||
| 1 | | 1 | ||
| | | Min Value | ||
| | | Minimum value this parameter can represent, the exact meaning depends on the context within the class implementation that uses it. | ||
|- | |- | ||
| ''Parm Type'' | | ''Parm Type'' | ||
| 1 | | 1 | ||
| | | Max Value | ||
| | | Maximum value this parameter can represent, the exact meaning depends on the context within the class implementation that uses it. | ||
|} | |} | ||
Line 139: | Line 139: | ||
| 4 | | 4 | ||
| Enum | | Enum | ||
|} | |||
=== Weight Function === | |||
{| class="wikitable" | |||
! ID | |||
! Type | |||
|- | |||
| 0 | |||
| ExactMatch | |||
|- | |||
| 1 | |||
| PercentError | |||
|- | |||
| 2 | |||
| AngularPercent | |||
|- | |||
| 3 | |||
| NoWeight | |||
|} | |} | ||