HOG2
hog2 Namespace Reference

A 2D map environment with edge costs weighted according to the number of times a unit has passed over each edge. More...

Detailed Description

A 2D map environment with edge costs weighted according to the number of times a unit has passed over each edge.

Interface for OccupancyInterface.

A generic search unit which uses templates.

A templated version of the original HOG's genericAstar.h.

This is the A* used in Doran Nadav's MSc Thesis (BGU 2020-2021) The original version was in Python.

A search algorithm for DMs with abstraction.

Author
Renee Jansen
Date
06/20/2007

This file is part of HOG2. HOG : http://www.cs.ualberta.ca/~nathanst/hog.html HOG2: http://code.google.com/p/hog2/

HOG2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

HOG2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with HOG2; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Author
Renee Jansen
Date
01/16/2008

This file is part of HOG2. HOG : http://www.cs.ualberta.ca/~nathanst/hog.html HOG2: http://code.google.com/p/hog2/

HOG2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

HOG2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with HOG2; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Author
Nathan Sturtevant SearchEnvironment
Date
Jaunary 7, 2022
Author
Nathan Sturtevant SearchEnvironment

This file is part of HOG2. HOG : http://www.cs.ualberta.ca/~nathanst/hog.html HOG2: http://code.google.com/p/hog2/

HOG2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

HOG2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with HOG2; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Author
Renee Jansen
Date
06/27/2007

This file is part of HOG2. HOG : http://www.cs.ualberta.ca/~nathanst/hog.html HOG2: http://code.google.com/p/hog2/

HOG2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

HOG2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with HOG2; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Author
Nathan Sturtevant
Modified from SearchUnit.h by Renee Jansen

This file is part of HOG2. HOG : http://www.cs.ualberta.ca/~nathanst/hog.html HOG2: http://code.google.com/p/hog2/

HOG2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

HOG2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with HOG2; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Author
Nathan Sturtevant
Modified by Renee Jansen to work with templates for HOG2's SearchEnvironment
Date
3/22/06, modified 06/13/2007

This file is part of HOG2. HOG : http://www.cs.ualberta.ca/~nathanst/hog.html HOG2: http://code.google.com/p/hog2/

HOG2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

HOG2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with HOG2; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Author
Nathan Sturtevant SearchEnvironment
Date
3/22/06, modified 06/13/2007
Author
Renee Jansen
Date
8/15/07

This file is part of HOG2. HOG : http://www.cs.ualberta.ca/~nathanst/hog.html HOG2: http://code.google.com/p/hog2/

HOG2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

HOG2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with HOG2; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA