Christopher Mayes

Results 22 comments of Christopher Mayes

Shouldn't this issue be reopened @jlstevens or @philippjfr ? The above example still doesn't work (even with ` unit=r'$$\times$$ g'`).

This is a simpler version of `test_TNK_matlab.py` ```python import numpy as np from mpi4py import MPI ​ comm = MPI.COMM_WORLD import matlab.engine ​ ​ BOUND_LOW, BOUND_UP = [0.0, 0.0], [3.14159,...

This file was produced by Bmad. We should discuss this with @davidsagan at https://github.com/bmad-sim/bmad-ecosystem/issues

The SciPy implementation is this C function: https://github.com/scipy/scipy/blob/master/scipy/special/cephes/ellik.c It's a modification of the old Cephes one to deal with negative parameter `m`.

Could the plot(s) be created and checked in, or at least put in docs somewhere?

It looks like this is a bug: https://github.com/ChristopherMayes/Xopt/issues/235 @ndwang What generator are you using? CNSGA now has its own population file output, which you can restart with. You don't need...

@nikitakuklev it looks like this assertion comes from you.

MWE: ```python from xopt import Xopt YAML = """ generator: name: neldermead initial_point: {x0: -1, x1: -1} evaluator: function: xopt.resources.test_functions.rosenbrock.evaluate_rosenbrock vocs: variables: x0: [-5, 5] x1: [-5, 5] objectives: {y:...

@conda-forge/staged-recipes this is ready for review