awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • carlhuda/janusAvatar von carlhuda

    carlhuda/janus

    7,843Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,843
  • algorithmicsuperintelligence/openevolveAvatar von algorithmicsuperintelligence

    algorithmicsuperintelligence/openevolve

    5,421Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,421
  1. Home
  2. Artificial Intelligence & ML
  3. Algorithmic Code Mutators
  4. Evolvable Code Region Markers

Unter-Tags erkunden

  • 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.