MCPcopy Create free account
hub / github.com/anyoptimization/pymoo / load

Function load

tests/problems/test_correctness.py:35–37  ·  view source on GitHub ↗
(*args, attrs=["x", "f", "cv"])

Source from the content-addressed store, hash-verified

33
34
35def load(*args, attrs=["x", "f", "cv"]):
36 name = args[-1]
37 return tuple([load_to_test_resource(*args[:-1], f"{name}.{attr}", to="numpy") for attr in attrs])

Callers 8

test_kktpm_correctnessFunction · 0.90
test_problemsFunction · 0.90
test_dascompFunction · 0.90
test_problemsFunction · 0.90
test_problemsFunction · 0.90
test_problemsFunction · 0.90
test_mwFunction · 0.90
test_problemsFunction · 0.85

Calls 1

load_to_test_resourceFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…