Skip to content

repomaestro/ai-searching-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This Java API provides user to solve standard search problems by just 
defining the problem independent of methods used to solve it, by defining:
- The initial state.
- The objective function(s).
- The goal state.
- Optional set of heuristics.

One uses classes provided by this API to define the search problem as above, 
and use the algorithms supplied to solve the search problem.

This API tries to make the problem definition as verbose as possible, in an
attempt to give the user as freedom as possible, so that many search problems
can be defined and solved by just using this API.

More information regarding the use of this API is present in JavaDoc of the
main package 'com.github.repomaestro.searching', and classes provided by this
package. 

About

API that decouples the AI searching problem definition and the methods used to solve it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages