mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
rogueviz:: sag:: compute_cost when preparing smClosest method
This commit is contained in:
parent
b09dae8437
commit
9ed7e9213c
@ -245,6 +245,7 @@ pair<ld, ld> compute_mAP() {
|
||||
void prepare_method() {
|
||||
if(method == smLogistic) compute_loglik_tab();
|
||||
optimize_sag_loglik_auto();
|
||||
if(method == smClosest) compute_cost();
|
||||
}
|
||||
|
||||
bool known_pairs = false;
|
||||
|
Loading…
Reference in New Issue
Block a user