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:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user