Gasearch 0.0.6 | Coderz Repository

gasearch 0.0.6

Last updated:

0 purchases

gasearch 0.0.6 Image
gasearch 0.0.6 Images

Free

Languages

Categories

Add to Cart

Description:

gasearch 0.0.6

gasearch - Genetic algorithm based hyperparameter tuner
gasearch - Finding hyperparameters the way nature intended
Hyperparameter search isn’t an exact science. We’ve all heard that one.
gasearch searches the parameter space using genetic algorithm,
with multiple solutions in each generation competing for inclusion in the next.
Mutation of the existing solutions introduces new characteristics and crossover
helps the beneficial traits spread across the population.
At the same time, proportional selection prevents early convergence of algorithm on local
minimum, keeping the population diverse and dynamic.
However, since genetic algorithms are heuristic, there can not be any guarantee that
the solution delivered is the optimal one for a given problem.
Regardless of the number of iterations.
The package follows scikit-learn API conventions and can be readily integrated with
existing pipelines.

TODO:

Implement alternative selection algorithms
Publish more examples
Implement alternative crossover operations
Improve docs
Optimize, optimize, optimize …

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.