How to translate formulas into form of natural language?
- by Ricky
I am recently working on a project aiming at evaluating whether an android app crashes or not. The evaluation process is
1.Collect the logs(which record the execution process of an app).
2.Generate formulas to predict the result
(formulas is generated by GP)
3.Evaluate the logs by formulas
Now I can produce formulas, but for…