diff --git a/CHANGELOG.md b/CHANGELOG.md index c2338a7f7..4aa675fa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/src/concepts/pragmatic/problem/objectives.md b/docs/src/concepts/pragmatic/problem/objectives.md index 5c297f779..131eca035 100644 --- a/docs/src/concepts/pragmatic/problem/objectives.md +++ b/docs/src/concepts/pragmatic/problem/objectives.md @@ -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