Nikan Doosti

Results 15 issues of Nikan Doosti

Training loss cannot be declined from 30 regarding default weights.

bug

When I wanted to test [F.single_data_loader](https://github.com/Nikronic/Optimized-MDVRP/blob/6ea9e4db00dcabc79d206d9fe8d9057cf3db132e/tests/test_utils.py#L412), CI failed due to `file not found` exception while the tests on local system runs successfully. (Pytest) Actually, I really do not know what...

bug
help wanted
good first issue

The possibility is very low, because the `capacity` of the each `depot` is so big so at least we have 2 `customer` in each route of `depot`. But still there...

question
Possible Bug

The [utils.functional.extract_random_route](https://github.com/Nikronic/Optimized-MDVRP/blob/6566c446afce6af3a4d39351c849b8ca19fb7a43/utils/functional.py#L120) method looks for a random route then remove it and return the removed random route. Now if a `Depot` has only one route, after calling this method, the...

question

Currently, `id` is a mandatory `int` value to be filled. Actually, the value itself represents no meaning, so I think it would be better to change it to `string` then...

documentation
enhancement