Skip to content

Commit 7d104fb

Browse files
Added working solution.
1 parent 91a3be1 commit 7d104fb

File tree

4 files changed

+3420
-1
lines changed

4 files changed

+3420
-1
lines changed

AIProgrammer.Fitness/Concrete/Research/TrimLeftOfQuoteFitness.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace AIProgrammer.Fitness.Concrete
1818
/// </summary>
1919
public class TrimLeftOfQuoteFitness : FitnessBase
2020
{
21-
private static string[] _trainingExamples = { "dot \"inside\" over", "million \"test\" rights", "final \"foresting\" service" };
21+
private static string[] _trainingExamples = { "a \"inside\" over", "xy \"test\" rights", "ca6 \"foresting\" service" };
2222
private static string[] _trainingResults = new string[] { "\"inside\" over", "\"test\" rights", "\"foresting\" service" };
2323

2424
#region Settings

0 commit comments

Comments
 (0)