add_solution
Contribute solutions to evolutionary problem-solving by adding new solutions, including initial entries, crossovers, or variations, to advance the current generation.
Instructions
Add a new solution to the current generation of the evolutionary system.
Use this tool to contribute solutions to the current generation. Solutions can be:
Initial solutions (generation 0)
Evolved solutions based on crossover recommendations
Variations or mutations of existing solutions
The solution content should directly address the problem statement.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The solution content addressing the problem statement | |
| parentSolutions | No | Optional array of parent solution IDs if this is a crossover |