-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
We are starting to accumulate some parameters in hapestry, which could benefit from parameter tuning (as with Optuna).
To start with, these seem like good candidates (in order of priority):
- d_weight float (0,32] : coefficient applied to the objective function which determines the weight of the
dterm (alignment distance function) as opposed to thenterm (number of haplotypes used in the solution) - rescale_weights bool [0,1] : whether or not to use the quadratic difference-from-best rescaled distance function in the read-to-path weights of the model
- min_read_hap_identity float [0.5,1.0] : accuracy cutoff for considering an alignment of a read to a path as input to the optimization
As an objective function for Optuna, the F1 of vcfdist could be used, either directly on the VCF or on the final output of the phasing pipeline.
Metadata
Metadata
Assignees
Labels
No labels