Daniel@0: function engine = update_engine(engine, newCPDs) Daniel@0: % UPDATE_ENGINE Update the engine to take into account the new parameters (inf_engine). Daniel@0: % engine = update_engine(engine, newCPDs) Daniel@0: % Daniel@0: % This generic method is suitable for engines that do not process the parameters until 'enter_evidence'. Daniel@0: Daniel@0: engine.bnet.CPD = newCPDs;