Search found 2 matches

by dragon_mod
Thu Sep 30, 2021 2:10 pm
Forum: SMILE
Topic: Documentation
Replies: 2
Views: 4317

Re: Documentation

All available functions could be listed by Python help command e.g. help(pysmile.Network) in Python Interpreter command line. Below is output of this command for Network Class: class Network(pybind11_builtins.pybind11_object) | Method resolution order: | Network | pybind11_builtins.pybind11_object ...
by dragon_mod
Thu Sep 30, 2021 12:17 pm
Forum: SMILE
Topic: Documentation
Replies: 2
Views: 4317

Documentation

Hello all, my name is Jan and I am currently writing my Bachelor Thesis with Python, GeNIe, and PySmile. I already read the Manuals (Wrappers.pdf and Smile.pdf) but unfortunately, I miss something like complete documentation of all available functions. Normally I write my programs with Delphi and th...