New features of V4.5

This page lists the major changes in version 4.5

Effort equation

It is now possible to add an effort equation instead of inactivity equation into strategies.

Simulation by zone and cell

It is now possible to select the simulation behaviour by cell or by zone on each population. By defaut, the simulation is performed by zone.

The checkbox is called “Simulate this population by cell” (at the bottom of the population structure tab)

Equation documentation improvements

The equation editor view has been improved for better equation documentation rendering and content.

Old optimisation matrix behaviour

With version 4.4.8.2, somes optimisation have be done on matrix computation. This optimisation can introduce some differences on the results.

A new configuration has been added to use the old behaviour of the matrix. On Configuration view, use following settings:

  • full matrix : org.nuiton.math.matrix.LegacyDoubleBigVector
  • hollow matrix : org.nuiton.math.matrix.LegacyDoubleSparseHashVector

The configuration for the new behaviour is:

  • full matrix : org.nuiton.math.matrix.DoubleBigVector
  • hollow matrix : org.nuiton.math.matrix.DoubleSparseHashVector

Bug fixes

And loads of bug fixes :)

For a complete list, see : https://forge.codelutin.com/versions/1504.