1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-01 18:09:04 +00:00

rogueviz:: sag:: compute_cost on -sagrt

This commit is contained in:
Zeno Rogue
2025-12-04 23:38:46 +01:00
parent becc5789b1
commit 210d4cbc57

View File

@@ -273,7 +273,7 @@ int function_read_args() {
else if(argis("-sagrt")) {
shift(); sag::lgsag.R = argf();
shift(); sag::lgsag.T = argf();
if(method == smLogistic) compute_loglik_tab();
if(method == smLogistic) { compute_loglik_tab(); compute_cost(); }
}
else if(argis("-sagmatch-ab")) {