We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The docs say that the dcgpy.expression_ann can take ephemeral constants, however the python constructor does not allow it.
dcgpy.expression_ann
https://darioizzo.github.io/dcgp/docs/python/expression_ann.html
Some of the example code does not work, for example
>>> from dcgpy import * >>> dcgp = expression_double(1,1,1,10,11,2,kernel_set(["sum","diff","mul","div"])(), 0u, 32u) >>> print(dcgp)
does not work (there is no "expression_double" anymore).
There are inconsistencies in the signatures of some functions, e.g.:
Symbolic regression wants to have columns
columns
https://darioizzo.github.io/dcgp/docs/python/symbolic_regression.html
dCGP-expressions want to have cols
cols
https://darioizzo.github.io/dcgp/docs/python/expression.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The docs say that the
dcgpy.expression_ann
can take ephemeral constants, however the python constructor does not allow it.https://darioizzo.github.io/dcgp/docs/python/expression_ann.html
Some of the example code does not work, for example
does not work (there is no "expression_double" anymore).
There are inconsistencies in the signatures of some functions, e.g.:
Symbolic regression wants to have
columns
https://darioizzo.github.io/dcgp/docs/python/symbolic_regression.html
dCGP-expressions want to have
cols
https://darioizzo.github.io/dcgp/docs/python/expression.html
The text was updated successfully, but these errors were encountered: