遗传算法语法归纳程序/代码?
有谁知道使用 GA 执行语法归纳/推理的程序吗?我读过大量关于这方面的研究论文和文章,例如 Lankhorst 和 De Pauw,但我在任何地方都找不到任何使用该技术的实现或程序。对此的任何帮助都非常感谢,干杯
Does anyone know of a program that uses a GA to perform grammar induction/inference, I've read tonnes of research papers and articles on this stuff like Lankhorst and De Pauw but I can't find any implementations or programmes that use this technique anywhere. Any help on this greatly appreciated, cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为 Oscar Nierstrasz、Markus Kohel 和 Tudor Gîrba 在 MOOSE 框架和“敏捷建模”背景下的工作可以作为起点。他们想要推断编程语言及其方言的语法,并且他们重视在公共领域提供他们的工具。
I think the work by Oscar Nierstrasz, Markus Kobel and Tudor Gîrba in the context of the MOOSE framework and "agile modeling" could be starting point. They want to infer grammars for programming languages and their dialects, and they make a point of making their tools available in the public domain.