Skip to content

Releases: LeonardoVal/inveniemus.js

inveniemus.js v0.2.0

07 Aug 00:00

Choose a tag to compare

inveniemus.js v0.2.0 Pre-release
Pre-release

Major overhaul in Element's representation. Now using Uint32Array for its values. This eliminates the duality in previous versions between discrete and continuous search domains. This changes almost all implementations of problems and metaheuristics.
Other changes include the build process configuration, serialization with Sermat, test cases and dependencies.

inveniemus.js v0.1.5

19 May 16:19

Choose a tag to compare

inveniemus.js v0.1.5 Pre-release
Pre-release
  • Added multi-objective optimization.
  • Changed to specification of the optimization mode: minimization, maximization, etc.
  • Many updates and fixes.

inveniemus.js v0.1.4

05 Oct 13:27

Choose a tag to compare

inveniemus.js v0.1.4 Pre-release
Pre-release
  • All problem logic is now concentrated in the Problem subclass. Element is generic.
  • Element values now can have an arbitrary range, and are not constrained to [0,1]. These ranges are indicated in the problem's elementModel.
  • Simple tutorial.
  • Support for serialization with Sermat.
  • Improvements to build and testing.

inveniemus.js v0.1.3-alpha

17 Feb 18:50

Choose a tag to compare

Pre-release
  • New metaheuristics.
  • More testbed problems.
  • Published on npm.

inveniemus.js 0.1.2-alpha01

01 May 21:38

Choose a tag to compare

Pre-release

Removed dependency to creatartis-base, because of npm install duplicate installation causing troubles.

inveniemus.js 0.1.2-alpha

30 Apr 17:00

Choose a tag to compare

Pre-release

Better packaging for NPM and Bower.

inveniemus.js 0.1.1

18 Apr 17:55

Choose a tag to compare

inveniemus.js 0.1.1 Pre-release
Pre-release

First release.