mtpearce / idyom

http://mtpearce.github.io/idyom/
GNU General Public License v3.0
47 stars 9 forks source link

Creating and initializing PPM instances with MAKE-INSTANCE #39

Closed bjvanderweij closed 2 years ago

bjvanderweij commented 3 years ago

This PR allows PPM models to be created and initialized using make-instance. It also makes it possible to define the default values of the PPM parameters in the class definition (as is done in this PR). This is arguably a bit clearer as it is less ambiguous where these defaults should be defined.

This is one of the changes that jackdaw actually does rely on.

mtpearce commented 2 years ago

Committed to the development branch to appear in the next release.