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