PHP Classes

Packages of ryan silalahi

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of ryan silalahi (2)  >  Mission progress status  >  Reputation  
Picture of ryan silalahi
Name: ryan silalahi <contact>
Classes: 2
Country: Indonesia Indonesia
Age: ???
All time rank: 383664 in Indonesia Indonesia
Week rank: 195 Up3 in Indonesia Indonesia Up
All time users: 300
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image PHP Dependency Management  
PHP Programming Innovation award nominee
May 2023
Number 6
Track class dependencies using callback functions
This class can track class dependencies using callback functions.

It provides a class with setter, getter, __isset, __unset, and __call functions, allowing applications to store dependency objects in class variables.

The class also has a set of static call variables that can store callback functions to be invoked when the dependency object variables are set, changed, checked, removed, or called.

  Files folder image Simple Genetic Algorithm  
Implement genetic algorithm to optimize population
This class implements a genetic algorithm to optimize a population of chromosomes.

It provides a base class that implements several steps of a genetic algorithm like initializing the population, selection, fitness function, cross-over, mutation and get the best sequence.

The class can be extended by specialized sub-classes that override the population initialization or other steps to customize the genetic algorithm to solve specific optimization problems.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z