VE???
This commit is contained in:
parent
2996a0b8b3
commit
1174486576
@ -589,17 +589,17 @@ clpbn_run_solver(pcg, LVs, LPs, State) :-
|
|||||||
%
|
%
|
||||||
% This is a routine to start a solver, called by the learning procedures (ie, em).
|
% This is a routine to start a solver, called by the learning procedures (ie, em).
|
||||||
%
|
%
|
||||||
pfl_init_solver(QueryKeys, AllKeys, Factors, Evidence, VE, bdd) :-
|
pfl_init_solver(QueryKeys, AllKeys, Factors, Evidence, State, bdd) :-
|
||||||
init_bdd_ground_solver(QueryKeys, AllKeys, Factors, Evidence, VE).
|
init_bdd_ground_solver(QueryKeys, AllKeys, Factors, Evidence, State).
|
||||||
|
|
||||||
pfl_init_solver(QueryKeys, AllKeys, Factors, Evidence, VE, ve) :-
|
pfl_init_solver(QueryKeys, AllKeys, Factors, Evidence, State, ve) :-
|
||||||
init_ve_ground_solver(QueryKeys, AllKeys, Factors, Evidence, VE).
|
init_ve_ground_solver(QueryKeys, AllKeys, Factors, Evidence, State).
|
||||||
|
|
||||||
pfl_init_solver(QueryKeys, AllKeys, Factors, Evidence, VE, bp) :-
|
pfl_init_solver(QueryKeys, AllKeys, Factors, Evidence, State, bp) :-
|
||||||
init_horus_ground_solver(QueryKeys, AllKeys, Factors, Evidence, VE).
|
init_horus_ground_solver(QueryKeys, AllKeys, Factors, Evidence, State).
|
||||||
|
|
||||||
pfl_init_solver(QueryKeys, AllKeys, Factors, Evidence, VE, hve) :-
|
pfl_init_solver(QueryKeys, AllKeys, Factors, Evidence, State, hve) :-
|
||||||
init_horus_ground_solver(QueryKeys, AllKeys, Factors, Evidence, VE).
|
init_horus_ground_solver(QueryKeys, AllKeys, Factors, Evidence, State).
|
||||||
|
|
||||||
pfl_run_solver(LVs, LPs, State, ve) :-
|
pfl_run_solver(LVs, LPs, State, ve) :-
|
||||||
run_ve_ground_solver(LVs, LPs, State).
|
run_ve_ground_solver(LVs, LPs, State).
|
||||||
|
Reference in New Issue
Block a user