Changes between Version 3 and Version 4 of Documentation/DevelopmentCenter/ImplementAnEvaluator
- Timestamp:
- 07/17/14 16:14:36 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/ImplementAnEvaluator
v3 v4 73 73 74 74 Here you can see all the scopes, each containing the solution and, if they were already evaluated, the quality value named as discussed before. 75 So if the evaluator was configured with the correct names, it can look up the solution (first line in InstrumentedApply()) through the `BinaryVector` parameter, compute the quality value and return it by setting the quality parameter.75 So if the evaluator was configured with the correct names, it can look up the solution (first line in `InstrumentedApply()`) through the `BinaryVector` parameter, compute the quality value and return it by setting the quality parameter. 76 76 77 77