FAQ

What license apply to PGaudi?

PGaudi is a scientific software and is licensed under Apache License 2.0, but includes work from other developers, whose licenses apply. Please check the LICENSE file in the root directory for further details.

Which values for the variables of the GA do I set in the input file?

These values are up to you. You can do several tries yourself to know the most optimal values for your experiment. In the GaudiMM’s documentation there is some guidance that can help you too.

However, in PGaudi you have to take into account that the new subprocess are simpler and some variables of the Genetical Algorithm are decreased. We recommend as a first try a value of 25 generations and 50 individuals per population per new subprocesses generated. So, depending on you number of processes the configuration of these values in the input.yaml will be different.

Note

You can extend this list with your questions in the issues section.