Can I use my own data

Hi ,
Can I use my own data instead of homberger’s instance data in CuOpt?
Can you guide me through the steps.

@nida.bijapure

yes, you can certainly use your own data. One way to do it would be to structure your data in the same format as the homberger data files and use the cuOpt utilities to read it.

Another way is to construct your cost matrices, etc, directly in Python. If you look at the example notebooks in the ea-cuopt image, you can see how to do this. For example the cost_matrix_creation.ipynb notebook shows a simple example of constructing a cost matrix from literal values.