New Features Version 3.2.0 (released May 2017) Agent Weighting interface (see microsim.agent.Weighting interface in the core package API) designed to allow an instantiation of an agent representing more (or fewer) individuals than just a single individual.Alignment features including:Logit Scaling alignment algorithms, providing multiple choice alignment (not just binary choice).Weighted alignment feature (Logit Scaling, Logit Scaling Binary, and Resampling alignment versions) that works with an agent implementing the Weighting interface in order to align a population of agents with variable weightings (where the weighting defines the number of individuals that an agent represents).Scatter plot charts available to use in the JAS-mine GUI.Regression Utils features including:User can provide probabilities that do not sum to 1, which are subsequently normalised within the methods, instead of just throwing an exception. Version 3.2.1 (released May 2017) New project template classes in the JAS-mine Plugin for Eclipse IDE, with some bug fixes, and a more detailed example of the graphical features and agent class.