Skip to content
Snippets Groups Projects
Commit ec8ffa6f authored by Lucas Miranda's avatar Lucas Miranda
Browse files

Started implementing annealing mode for KL divergence

parent 2df67bb6
No related branches found
No related tags found
No related merge requests found
Pipeline #100155 passed
......@@ -23,7 +23,7 @@ entropy_knn = [100]
next_sequence_pred_weights = [0.0, 0.15]
phenotype_pred_weights = [0.0]
rule_based_pred_weights = [0.0, 0.15]
window_lengths = range(11,56,11)
window_lengths = [22] # range(11,56,11)
input_types = ["coords"]
run = list(range(1, 11))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment