## Summary Create Algorithm.algorithm_context.advanced section for variables that we recommend not overriding. ## Acceptance Criteria - [ ] Add "fuzzy_match_threshold", "fuzzy_match_measure", "max_missing_allowed_proportion" and "missing_field_points_proportion" to advanced section. - [ ] Add optional "fuzzy_match_threshold" and "fuzzy_match_measure" parameters to AlgorithmPass.evaluators - [ ] Add validation that fuzzy_match_threshold is between 0 and 1 - [ ] Add validation that fuzzy_match_measure [is valid](https://github.com/CDCgov/RecordLinker/blob/main/src/recordlinker/linking/matchers.py#L20) - [ ] All advanced values should come with defaults
Summary
Create Algorithm.algorithm_context.advanced section for variables that we recommend not overriding.
Acceptance Criteria