TS-EMO Python wrappers ====================== The bundled TS-EMO support code includes a few small Python wrappers around BoTorch benchmark functions. They live under ``qpots/TS-EMO`` to match the MATLAB implementation layout, so they are shown here as source listings rather than imported with ``automodule``. Branin-Currin ------------- .. literalinclude:: ../../qpots/TS-EMO/BC_function.py :language: python :linenos: Car Side Impact --------------- .. literalinclude:: ../../qpots/TS-EMO/carside.py :language: python :linenos: DH1 --- .. literalinclude:: ../../qpots/TS-EMO/dh1_func.py :language: python :linenos: DTLZ1 ----- .. literalinclude:: ../../qpots/TS-EMO/dtlz1_func.py :language: python :linenos: DTLZ3 ----- .. literalinclude:: ../../qpots/TS-EMO/dtlz3.py :language: python :linenos: DTLZ7 ----- .. literalinclude:: ../../qpots/TS-EMO/dtlz7.py :language: python :linenos: Penicillin ---------- .. literalinclude:: ../../qpots/TS-EMO/penicillin_func.py :language: python :linenos: Vehicle Safety -------------- .. literalinclude:: ../../qpots/TS-EMO/vehiclesafety.py :language: python :linenos: