hill-climbing topic

List hill-climbing repositories

Solid

573
Stars
64
Forks
Watchers

🎯 A comprehensive gradient-free optimization framework written in Python

deep-reinforcement-learning

4.8k
Stars
2.3k
Forks
Watchers

Repo for the Deep Reinforcement Learning Nanodegree program

Gradient-Free-Optimizers

1.1k
Stars
77
Forks
Watchers

Simple and reliable optimization with local, global, population-based and sequential techniques in numerical discrete search spaces.

geometrize-haxe

344
Stars
31
Forks
Watchers

:triangular_ruler: Geometrize is a Haxe port of primitive that geometrizes images into geometric primitives

geometrize-lib

60
Stars
11
Forks
Watchers

:large_orange_diamond: C++ library for Geometrize, a tool for geometrizing images into geometric primitives

AI-Programming-using-Python

69
Stars
28
Forks
Watchers

This repository contains implementation of different AI algorithms, based on the 4th edition of amazing AI Book, Artificial Intelligence A Modern Approach

random-art-generator

40
Stars
2
Forks
Watchers

Command-line application to produce generative art based on a target image

Chips-n-Salsa

52
Stars
39
Forks
Watchers

A Java library of Customizable, Hybridizable, Iterative, Parallel, Stochastic, and Self-Adaptive Local Search Algorithms

geometrize-haxe-demo

17
Stars
3
Forks
Watchers

Demo using Geometrize Haxe and HaxeFlixel to recreate images with geometric primitives

KnapsackFX

27
Stars
4
Forks
Watchers

Solving Knapsack 0/1 problem with various Local Search algorithms like Hill Climbing, Genetic Algorithms, Simulated Annealing, Tabu Search