laura posted on 03-03-2009 8:52 AM
Hi,
I am using the CompiledAlgorithm object, instead of calling inferenceEngine.infer(). I want to initialize some variables to break symmetry. How does this work?
I tried calling var.InitialiseTo(...) before ca.Reset(), between ca.Reset and ca.Initilise(), and after, but it seems to have no effect.
Am I supposed to initialize it via ca.SetObservedValue()?
Laura