WILLIAMWEITHU

Results 2 issues of WILLIAMWEITHU

When I want to run an enzymatic constraints problem, the program raise: TypeError: Solver.add_constraint() got an unexpected keyword argument 'update'. It focus on: cobra\simulation.py", line 75, in pFBA, solver.add_constraint('obj', objective,...

from mewpy.optimization import EA # import warnings # warnings.filterwarnings("ignore") ea = EA(problem, max_generations= 20) final_pop = ea.run() I optimized the model using the above codes and found that it doesn't...