Skip to main content
Glama

start_evolution

Initialize an evolutionary solution system to generate and optimize solutions across multiple generations using genetic algorithm principles with consistency check evaluations.

Instructions

Initialize an evolutionary solution system for a given problem with consistency checks.

This tool sets up the framework for evolving solutions across multiple generations. The LLM will:

  1. Generate initial population of solutions

  2. Evaluate solutions against consistency checks

  3. Use crossover recommendations to create better solutions

  4. Repeat until convergence or max generations

Use this tool to begin the evolutionary process with a clear problem statement and evaluation criteria.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
problemStatementYesThe problem or challenge to solve
consistencyChecksYesArray of consistency checks (strings or objects with description and weight)
populationSizeNoNumber of solutions per generation (default: 3)
maxGenerationsNoMaximum number of generations (default: 5)
convergenceThresholdNoScore threshold for convergence (default: 0.95)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/manasp21/EventHorizon'

If you have feedback or need assistance with the MCP directory API, please join our Discord server