ccssmnn / hegoLinks
Metaheuristics / Blackbox Optimization Algorithms for Go: Simulated Annealing, Genetic Algorithm, Ant Colony Optimization, Tabu Search, Particle Swarm Optimization ...
☆61Updated 7 months ago
Alternatives and similar repositories for hego
Users that are interested in hego are comparing it to the libraries listed below
Sorting:
- Genetic Algorithm and Particle Swarm Optimization☆34Updated 4 years ago
- Generative Adversarial Network in Go via Gorgonia☆87Updated 3 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- Implementation of Boyer-Moore fast string search algorithm in Go☆58Updated 3 years ago
- some data structures and algorithms using golang☆69Updated 2 years ago
- Data analysis tool for Go. Similar to the famous Python library pandas.☆83Updated 3 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆70Updated last year
- A reimplementation of AlphaGo in Go (specifically AlphaZero)☆222Updated 4 years ago
- Game Runtime in GO, aims to provide a light, portable and unopiniated runtime to integrate GO libraries to portable applications (dektop,…☆28Updated 2 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- a key-value store with multiple backends including leveldb, badgerdb, postgresql☆53Updated 4 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Simple expression evaluation engine for Go☆72Updated 5 years ago
- A Go implementation of an in-memory bloom filter, with support for boltdb and badgerdb as optional data persistent storage.☆29Updated 3 years ago
- Generic, zero-alloc, 100%-test covered Quadtree for golang☆41Updated 9 months ago
- Fixed-precision decimal numbers based on IEEE 754 decimal64☆43Updated 6 months ago
- A set of performant rate limiters for Go☆90Updated last year
- Go reflection simplified☆103Updated last year
- A JSON stream parser for Go☆68Updated 3 years ago
- A fast string sorting algorithm (MSD radix sort)☆196Updated 7 years ago
- Useful Go String methods☆192Updated 2 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 10 months ago
- Data table structure in Go, now developed at https://github.com/cogentcore/core/tree/main/tensor☆117Updated last year
- Maths includes mathematical functions not defined in the standard Go math package.☆174Updated 2 years ago
- a decision & trigger framework backed by Google's Common Expression Language☆64Updated 5 years ago
- gio experiments☆42Updated last year
- Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than ch…☆163Updated 2 years ago
- Go client library for Pilosa☆57Updated 3 years ago
- Expression evaluator for Go☆80Updated 3 weeks ago
- Bitset data structure☆169Updated 3 years ago