Skip to content

What's the best strategy to improve the configuration? #40

Discussion options

You must be logged in to vote

Thanks, I'll check them once have time. From the first glance, I have some doubts about objective:

"objectives": [
        [
            {
                "type": "minimize-unassigned",
                "breaks": 0
            }
        ],
        [
            {
                "type": "minimize-tours"
            },
            {
                "type": "minimize-cost"
            }
        ]
    ]

Here, minimizing tours` conflicts with cost minimization. It would be better to redefine objective as:

"objectives": [
        [
            {
                "type": "minimize-unassigned",
                "breaks": 0
            }
        ],
        [
            {
                "type": "mi…

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
2 replies
@williamrijksen
Comment options

@williamrijksen
Comment options

Comment options

You must be logged in to vote
9 replies
@williamrijksen
Comment options

@reinterpretcat
Comment options

@williamrijksen
Comment options

@reinterpretcat
Comment options

@williamrijksen
Comment options

Answer selected by williamrijksen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants