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