-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
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
Examples? #93
Comments
The docs are fairly detailed and show how to run the code
Dave
…On Fri 6 Jul 2018 at 21:43, echo66 ***@***.***> wrote:
Greetings!
I'm looking for code examples on how to use PonyGE2 but I'm out of luck.
Where should I look to learn more? Thanks in advance!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#93>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA8zuhVww7tFlCMUKoARpHTQ6pIEhf-6ks5uD2lygaJpZM4VFe7W>
.
|
Hello Dave! Does it show how to use the library classes and modules? Or just the command line? AFAIK, there is only the command line interface, right? |
Shows how to run command line and also how to edit the parameters files to
for custom setups
What exactly are you trying to do?
Dave
…On Fri 6 Jul 2018 at 23:30, echo66 ***@***.***> wrote:
Hello Dave!
Does it show how to use the library classes and modules? Or just the
command line?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#93 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA8zuqJILsHRkUvq_9zdPercdYGU9-KCks5uD4KogaJpZM4VFe7W>
.
|
I was trying to find documentation to use PonyGE2 in the same way I would use DEAP or a similar tool (e.g. a python notebook or ipython REPL). |
Nope doesn’t work that way yet. We set parameters and just run it in a
traditional way.
Dave
…On Sat 7 Jul 2018 at 00:22, echo66 ***@***.***> wrote:
I was trying to find documentation to use PonyGE2 in the same way I would
use DEAP or a similar tool (e.g. a python notebook or ipython REPL).
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#93 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA8zuqeYgEP5K1Br6Lj4xdF14e2cJ-G5ks5uD47BgaJpZM4VFe7W>
.
|
Thank you for the clarification. |
I agree I would like to see a "quick start" tutorial. This page is basically "run this command line". For me, fitting a polynomial would be extremely useful. |
@buddha314 so for the examples given in the quick start, the parameter files load the required parameters to do the run. For fitting a polynomial you just have to provide your samples into the train parameter as a txt file like Vladislavleva4/Train.txt and then select a grammar such as supervised_learning/Vladislavleva4.bnf then run the command. There has been a concerted effort from the development team to only provide realistic benchmarks problems in the software, as the EC field is trying to move towards using better benchmark problems as discussed here (https://cs.gmu.edu/~sean/papers/gecco12benchmarks3.pdf) and subsequent papers. |
Greetings!
I'm looking for code examples on how to use PonyGE2 but I'm out of luck. Where should I look to learn more? Thanks in advance!
The text was updated successfully, but these errors were encountered: