aimacode/aima-java
Java implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach" observed · 2026-08-28
Health v2 · maintenance only
62/100
- Activity 86
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4192
- days_rel: n/a
- days_push: 84
- n_releases_24m: 0
Adoption not part of the score
1617 stars · 808 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Java implementation of the algorithms from Russell and Norvig's 'Artificial Intelligence: A Modern Approach' (3rd edition), covering agents, search, logic, and learning. It is intended as a companion for AI courses or self-study, and is also available as a Maven library.
Use cases
- implement AIMA textbook algorithms in Java
- study artificial intelligence algorithms alongside a course
- experiment with search algorithms like A* and minimax
- build simple intelligent agents like vacuum or reflex agents
- use classic AI algorithm implementations as a Java dependency
When to choose
- you are teaching or learning from the AIMA 3rd edition textbook
- you want reference implementations of classic AI algorithms in Java
- you need a JVM library of educational AI algorithms
When to avoid
- you need production-grade, high-performance AI or ML tooling
- you want modern deep learning or LLM capabilities
- you need actively developed features or up-to-date demos
Facets
library · maturity maintenance
machine-learning search-engine agent-framework artificial-intelligence education jvm cross-platform aima textbook-algorithms java ai-education search-algorithms agents algorithms
1 source
- readme: https://github.com/aimacode/aima-java · fetched 2026-08-28 · 9b6df52e3213
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| aimacode/aima-java | main | 62 |
For agents
markdown · JSON · MCP: product_card(name="aimacode/aima-java")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem