Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ValueError: negative dimensions are not allowed
I have converted the C code to Scala, and there it runs, but it produces a sub-optimal cost of 10.0 instead of the expected 6.0. Is this "normal", or should J-V also give optimal cost?
I'm running the minimalist example from here:
This fails with this error:
I have converted the C code to Scala, and there it runs, but it produces a sub-optimal cost of 10.0 instead of the expected 6.0. Is this "normal", or should J-V also give optimal cost?