Decisions, Decisions

I decided to add some basic support for decisions and utilities in this iteration. Searching for good policies really only works with small decision node sets at this stage (i.e. not too many decision combinations): Make-Believe (R4) Changes: Support for decision nodes Support for utility nodes Expected value calculations for current network Limited search for …

Continue reading ‘Decisions, Decisions’ »

HTM Light: A HTML generator

I’ve been looking for a clean, simple, readable HTML generator library (for any common server-side language) for perhaps a decade now. There are certainly lots of useful libraries around, and templating and MVC systems abound, but nothing quite appealed. I’ve also tried to create my own, but my efforts had always come unstuck, or otherwise …

Continue reading ‘HTM Light: A HTML generator’ »