PHPackages                             contrebis/blue-jeans - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. contrebis/blue-jeans

ActiveLibrary[Framework](/categories/framework)

contrebis/blue-jeans
====================

A framework for implementing genetic algorithms

026PHP

Since Dec 8Pushed 12y ago1 watchersCompare

[ Source](https://github.com/robations/blue-jeans)[ Packagist](https://packagist.org/packages/contrebis/blue-jeans)[ RSS](/packages/contrebis-blue-jeans/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Genetic algorithm framework
===========================

[](#genetic-algorithm-framework)

Introduction
------------

[](#introduction)

This component is/will be a framework for solving optimisation problems using genetic algorithms.

The idea is you create a random pool of 'genomes'. Your genome class extends `Genome` and must interpret your bit string into a solution to your problem and calculate a fitness value for the solution. Good solutions are more likely to survive into the next generation.

Configurable options are:

- Elitism: how many of the fittest genomes survive to the next generation intact.
- Mutation rate
- Crossover rate
- Population size

An indicator of diversity can be calculated to show how much entropy remains in the system. If wanted, the mutation rate could vary to keep the diversity above a certain threshold.

TODO
----

[](#todo)

- Better test coverage (and remove whatever bugs are still lurking in there)
- Some documentation
- Optimise list collection class
- Other performance optimisations
- Add a license

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5392361ec3e05daadc20c779b4954c75ff45ccd0a1bf7435c1b5bdf8c6b9c844?d=identicon)[robations](/maintainers/robations)

---

Top Contributors

[![robations](https://avatars.githubusercontent.com/u/205320?v=4)](https://github.com/robations "robations (7 commits)")

### Embed Badge

![Health badge](/badges/contrebis-blue-jeans/health.svg)

```
[![Health](https://phpackages.com/badges/contrebis-blue-jeans/health.svg)](https://phpackages.com/packages/contrebis-blue-jeans)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
