Make-Believe (R14): Initial Netica .dne support

For a little while, I’ve been wanting to add support for Netica .dne files, and I’ve managed to finally land something. The support is very crude (even cruder than for GeNIe .xdsl files) and probably very flaky. There’s only support for basic networks with discrete chance nodes — no support at all for deterministic nodes, …

Continue reading ‘Make-Believe (R14): Initial Netica .dne support’ »

Make-Believe (R12): Continuous Improvement

Ack! The previous version I posted had broken the ability to enter evidence, and due to an extended period of busyness, I didn’t notice until now. (No regression tests yet — I do this for fun.) Oh well, thankfully no-one is paying attention. Given the long period since the last update, I thought I’d try …

Continue reading ‘Make-Believe (R12): Continuous Improvement’ »

Make-Believe (R9)

Another small update, this time adding a control in the toolbar for the number of iterations that the likelihood weighting algorithm performs. At some point I’m going to need to clean up the toolbar. Make-Believe (R9) Changes: Control to allow changes to the number of iterations of the inference algorithm

Make-Believe R7

The work on R6 allowed me to add an experimental worker thread implementation in this release. Unfortunately, I’m seeing absolutely no performance gain at this stage from it on a multi-core system, so it’s off by default. No other changes in this release. Make-Believe Changes: Added experimental worker threads (currently worse perf)