Hello!
I've built a network dataset with roads, railways, and waterways. I'm using freight as the cost, so that the Route solver finds the route with the lowest freight cost for each O-D pair.


I need to use 60 different freight cost equations, one for each of the 5 products and one for each month. I'm creating a template for each month, only changing the values in the cost evaluators.
Unfortunately, the chosen multimodal routes changes with each freight cost equation, since there is an intercept (fixed cost) and an inclination (variable cost), so different parameters may lead to different most economical routes.
Question: is it possible to create a new template changing the cost evaluators' values through a Python script? Or is it only possible directly in ArcGIS Pro?
Thanks and regards!