DevOps is the combination of cultural philosophies, practices, and tools that increases an organization’s ability to deliver applications and services at high velocity: evolving and improving products at a faster pace than organizations using traditional software development and infrastructure management processes. Source: Amazon Web Services
Here is the list of DevOps conferences going to be held in 2019.
In this Project, I tried to visualize the Q-Learning and A* Search Algorithms as Java Application. Please read through the Read Me document mentioned in the above-mentioned location. Please download the Jar File at the above-mentioned location.
I have attached some of the images that correspond to this Project below:
Figure 1: Graphical User Interface to select the input values
Figure 2: Message shows to the user once the Map is generated
Figure 3: Viewing Map1 Structure.
Figure 4: Decision Box to select either Q-Learning or A* Planner
Figure 5: Input Form for Q-Learning Algorithm
Figure 6: Q-Table and Path Traversal
Figure 7: Initial and Final locations as an input to the A* Search Algorithm
As we all know that MySQL by default doesnt allow the user to perform operations on the tables. This is also called as Error 1175. ( Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column To disable safe mode, toggle the option in Preferences -> SQL Queries and reconnect.). The user needs to change the preferences before he start working on the updates. Please go through the following actions
Go to Edit -> Preferences.
Switch to 'SQL Queries' tab and uncheck the option ' "Safe Updates" '.
Reconnect the server by using Query -> Reconnect to the server.
Execute your query once you reconnect to the server.