xopt-org / Xopt

Flexible high-level optimization in Python
Apache License 2.0
71 stars 24 forks source link

Update cnsga.py #251

Closed roussel-ryan closed 3 weeks ago

roussel-ryan commented 3 weeks ago

change the filename of cnsga dump files to support windows, addresses #246

roussel-ryan commented 3 weeks ago

Let me know your thoughts on this @ChristopherMayes, if you think this is a problem, I could do it conditionally on the identified OS

ChristopherMayes commented 3 weeks ago

I think this is fine. It's better to not have to distinguish platforms.