Prerequisites
- Python DOE technique
The following prerequisites must be installed on the machines
hosting Isight, SEEStation, and SEE Server, as applicable.
- Python version 3.7 or later, and it must be in path.
- Py4j module version 0.10.9 or later.
- Sometimes a Python executable is not named
python . In
such a case, edit isight.properties ,
station.properties , and/or
acs.properties files, as applicable, in <Isight_install_directory> /config directory and set the value of property
"fiper.algorithms.python.python_executable" to the
name of the Python executable.
General Limitations
- The Python DOE technique has certain limitations, as follows
- The Python DOE technique supports only
(
*.py ) file. Files that have other Python
extensions are not supported.
- Import/Export of technique configuration is not supported for the
Python DOE technique.
- You cannot set a Python Routine in the
Python DOE technique from Webtop.
- The Python DOE technique supports only factors
that have
Real and Integer data types;
factors that have String or Boolean
data types are not supported
- The Python DOE technique does not support factors
that have discrete limits imposed on them
|