awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesEvolvable Code Region Markers

Comment-based markers that delimit code regions for targeted mutation and recombination during evolutionary optimization.

Distinct from Algorithmic Code Mutators: Distinct from Algorithmic Code Mutators: focuses on the marking mechanism that defines which code sections are evolvable, not on the mutation process itself.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Evolvable Code Region Markers. Refine with filters or upvote what's useful.

Awesome Evolvable Code Region Markers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • carlhuda/janusAvatar carlhuda

    carlhuda/janus

    7,843Vezi pe GitHub↗

    Janus is a Vim distribution and curated plugin configuration that transforms the editor into a full-featured development environment. It functions as a Vim-based IDE, integrating a collection of third-party extensions to provide an integrated development experience. The system features a fuzzy-search project navigator for locating files, buffers, and symbols across a codebase. It also includes a Git-integrated workflow that provides real-time diff visualization in the sign column and allows users to stage hunks and manage version control directly within the editor. The environment covers bro

    Allows moving selected text into a temporary scratch buffer for focused editing without affecting the main file.

    Vim script
    Vezi pe GitHub↗7,843
  • algorithmicsuperintelligence/openevolveAvatar algorithmicsuperintelligence

    algorithmicsuperintelligence/openevolve

    5,421Vezi pe GitHub↗

    OpenEvolve is an open-source framework for evolutionary computation that uses language models to drive automated optimization across multiple domains. It can evolve system prompts for large language models, refine source code across programming languages, search for optimal GPU kernel configurations, discover interpretable mathematical expressions from data, and maintain diverse populations of high-performing solutions. The framework integrates multiple evolutionary strategies, including MAP-Elites diversity mapping and island-based topologies, to avoid premature convergence and preserve a wid

    Evo marks code regions with start and end comments so that mutation and recombination target those sections during evolution.

    Pythonalpha-evolvealphacodealphaevolve
    Vezi pe GitHub↗5,421
  1. Home
  2. Artificial Intelligence & ML
  3. Algorithmic Code Mutators
  4. Evolvable Code Region Markers

Explorează sub-etichetele

  • Buffer-Based Region IsolationTemporary extraction of text ranges into separate buffers for isolated editing. **Distinct from Evolvable Code Region Markers:** Distinct from Evolvable Code Region Markers: this is a runtime editing utility for focused modification, not a static marking system for mutation.