liquidgenius

Results 3 issues of liquidgenius

While getting requirements to build wheel for functools32, Poetry throws an error stating _"This backport is for Python 2.7 only."_ I've searched the issues and have not found any regarding...

I've had a long-standing question on Stackoverflow regarding this question, but have not found a solution/answer [here](https://stackoverflow.com/questions/54201921/in-python-how-to-set-soapheaders-for-zeep-using-dictionaries), 7k views. The basics issue is that the api has both an authentication...

Using code from the SA_TSP example at: https://github.com/guofei9987/scikit-opt/blob/master/examples/demo_sa_tsp.py I am receiving significantly sub-optimal results. ```python import numpy as np from sko.SA import SA_TSP from scipy import spatial import matplotlib.pyplot as...