Skip to content

Releases: ldss-hse/ldss-core-aggregator

Decision Maker v0.8

11 Jun 14:28
c4f5fa7
Compare
Choose a tag to compare

What's Changed

Full Changelog: decision_maker_v0.7...decision_maker_v0.8

Deployment status: deployed to https://ldss-core-api-app.herokuapp.com

Decision Maker v0.7

10 May 08:17
cfd07e8
Compare
Choose a tag to compare

What's Changed

  • [EXPERTS] Allow exact expert weighting by @demid5111 in #9

Full Changelog: decision_maker_v0.6...decision_maker_v0.7

Decision Maker v0.6

06 May 15:12
6954478
Compare
Choose a tag to compare

What has changed

  1. Cost criteria are now considered as well as benefit
  2. By default all criteria are considered as benefit

Deployment status: not deployed

Decision Maker v0.5

03 May 03:18
858dd67
Compare
Choose a tag to compare

What has changed:

  1. New normalization scheme (aligned with benchmark, division by sum of squares)
  2. Added weighting support for criteria
  3. Scheme changes supported (qualitative or not is now defined in criteria object instead of assessment, new fields)

Deployment status: not deployed

Decision Maker v0.4

27 Apr 13:05
6074ed3
Compare
Choose a tag to compare

Changes:

  1. Fix for aggregation step no. 1 - aggregating through abstraction levels

Deployed: https://ldss-core-api-app.herokuapp.com

Decision Maker v0.3

01 Apr 05:51
fcc3802
Compare
Choose a tag to compare
  1. Markers for error handling
  2. Checked with local Docker build

Decision Maker v0.2

27 Mar 14:46
d1f640f
Compare
Choose a tag to compare
  1. Fixed issue with NaN when processing numeric assessments
  2. Transitioned to unified JSON generation for both simple and advanced scenarios
  3. Better error processing of CLI arguments
  4. Transitioned to output directory instead of just a log
  5. Split main coordinator logic into separate methods
  6. Specified target Java version
  7. Other miscellaneous changes