Skip to content

Commit

Permalink
Add info about experimental objective
Browse files Browse the repository at this point in the history
  • Loading branch information
reinterpretcat committed Dec 22, 2024
1 parent ed3c37f commit 051d40d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ are already published. So, I stick to it for now.
* improved remedian algorithm
* separate calculations for distance/duration from cost minimization

### Added

* add an experimental objective


## [1.25.0] 2024-11-10

Expand Down
3 changes: 3 additions & 0 deletions docs/src/concepts/pragmatic/problem/objectives.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ constraints such as time windows. The objective has the following optional param
* `fast-service`: prefers solutions when jobs are served early in tours. Optional parameter:
* `tolerance`: an objective tolerance specifies how different objective values have to be to consider them different.
Relative distance metric is used.
* `hierarchical-areas`: an experimental objective to play with clusters of jobs. Internally uses distance minimization as
a base penalty.
* `levels` - number of hierarchy levels

### Job distribution objectives

Expand Down

0 comments on commit 051d40d

Please sign in to comment.