Skip to content
/ SEIAP Public

Practica para Sistemas expertos IA sobre un puzzle.

License

Notifications You must be signed in to change notification settings

ninpl/SEIAP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub issues UnityVersion Trello Slack Status GitHub license

SEIAP

Practica para Sistemas expertos IA sobre un puzzle.

Algoritmo de ordenacion.

function TreeSeach(initialState,goalState) return SUCCES of FAIL

initialize List frontier with initialState

while nor frontier.isEmpty()

	state = frontier.Remove()

	if(goalTest(state) = goalState) return SUCCES

	foreach child in state.childs

		

	...

About

Practica para Sistemas expertos IA sobre un puzzle.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages