Modules¶
- The esrpoise code is organized into 4 modules:
main.py
for the optimisation to take place (set parameters, run the experiment, report results…),xepr_link.py
to handle communication with Xepr,costfunctions.py
which contains standard cost functions,optpoise.py
which contains the necessary for the optimisers (cf. source code for more details).
