Skip to content

Attempt to tune Hapestry parameters (maybe with Optuna WDL)? #51

@rlorigro

Description

@rlorigro

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 d term (alignment distance function) as opposed to the n term (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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions