cms_routing icon indicating copy to clipboard operation
cms_routing copied to clipboard

Ship Routing Algorithms for Just-In-Time and Energy Efficient Voyages. By using a genetic algorithm we strive the lowest possible fuel consumption while at the same time keeping the scheduled deadline...

Results 4 cms_routing issues
Sort by recently updated
recently updated
newest added

can anybody list out the steps to run this repo to help a beginner out here

Hi, while testing colab notebook (simpleAlgorithm.ipynb), I am getting ValueError: start points must all be within the costs array. After some extensive debugging, I found out that in _normalize_indices() function...

```python UN_CMEMS = input('Please input your CMEMS username: ') PW_CMEMS = getpass('Please input your CMEMS password: ') .... (ds_w, ds_p) = get_cmems(startTime, endTime, UN_CMEMS, PW_CMEMS) .... path_date = date[0:4] +...

Hi, bro, I have some questions about some parameter in "prediction.py " at advanced_scripts folder. From line 188~197: > timeGridE = SOG_E > constE = 70 / np.power(timeGridE, 3) >...