Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group 1 Wed Sept 27th checkin #21

Merged
merged 50 commits into from
Oct 19, 2023
Merged

Commits on Sep 21, 2023

  1. dummy commit

    mdkdoc15 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    f2f407f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    0e00916 View commit details
    Browse the repository at this point in the history
  2. Monika's version of the agent class - 9.24.23:

    - Added some basic attributes with potential functionality for a_star_search
    - Added attributes to decribe a specific type of agent
    Monika Kanphade committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    87d3539 View commit details
    Browse the repository at this point in the history
  3. Monika's version of the agent class - 9.24.23:

    - Added some basic attributes with potential functionality for a_star_search
    - Added attributes to decribe a specific type of agent
    Monika Kanphade committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    235171d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    7d2570a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98bc7b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Added A* agent

    mdkdoc15 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    558a0cd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into matt_k

    Bringing branch up to date
    mdkdoc15 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    261975a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97e0a8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04eb1b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3df0249 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60dd1e1 View commit details
    Browse the repository at this point in the history
  7. Create Group 1 - README

    Descriptions of current Agents implemented
    Kanakmk committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    3760e41 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4669cd7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    23c4c85 View commit details
    Browse the repository at this point in the history
  10. Added A* agent

    mdkdoc15 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    cfaa581 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0734e46 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    20d0e06 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ae73dca View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4f7eaef View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Update Group 1 - README.md

    Kanakmk committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    a1f2599 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d11f5d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from mdkdoc15/monika_k

    Updated README and file deletion
    mdkdoc15 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    3383e42 View commit details
    Browse the repository at this point in the history
  4. Removed Monika's agent

    mdkdoc15 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    5afd5ae View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    767a204 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from mdkdoc15/matt_k

    Added A* agent
    mdkdoc15 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    af4c9b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f96d64 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    feba0cd View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    dc45d21 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    c17413e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    ce3df4a View commit details
    Browse the repository at this point in the history
  2. Change CMake files to take absolute and relative paths that are indep…

    …endent of location outside of user-control (I hope ;-;)
    rikipls committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    c4e0352 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa8ee52 View commit details
    Browse the repository at this point in the history
  4. PR MSU-CSE491#21 fixes

    mdkdoc15 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f6c8581 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae8bc66 View commit details
    Browse the repository at this point in the history
  6. Remove Monika agent

    rikipls committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    331ddfb View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4 from mdkdoc15/matt_k

    Fixes for PR MSU-CSE491#21
    mdkdoc15 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    31fc99f View commit details
    Browse the repository at this point in the history
  8. Rename PathAgent helper function; refactor CMakeLists.txt in tests to…

    … be more uniform and easy to follow
    rikipls committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    7d4f78f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6d35c45 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d9cf8de View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    6210f96 View commit details
    Browse the repository at this point in the history
  2. Fixed small error for PR 21

    mdkdoc15 committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a11d191 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from mdkdoc15/matt_k

    Fix documentation error for PR 21
    mdkdoc15 committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    2197f98 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from mdkdoc15/david_r

    Adding PathAgent, support for running Catch2 tests with CMake
    mdkdoc15 committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    fe028a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2375031 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee5f5d0 View commit details
    Browse the repository at this point in the history
  7. Removed duplicate file

    mdkdoc15 committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a67210d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    cce96b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c51802 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from mdkdoc15/matt_k

    Moved GetShortestPath to AgentLib
    mdkdoc15 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    6db0e90 View commit details
    Browse the repository at this point in the history