| aco_tsp | ACO Algorithm applied to the Traveling Salesman Problem |
| calc_abs_diff_to_actual_min | Return a dataframe with the absolute difference of the x, y... |
| calc_gens | Calculates an iteration step, calculate Values for first... |
| calculate_min | ACO Implemenatation with the package evoper |
| c_sigma | Calculates Sigma (standard deviation) of each ant |
| customize_theme | Customizes the theme |
| get_color | Get box colour according to the algorithm result (performance... |
| get_test_function | Return a test function acording to the function name |
| himmelblau_1 | Himmelblau function with vector parameter |
| himmelblau_2 | Himmelblau function with extracted parameters |
| make_start_set | Creates a start set |
| new_gen | Calculate the new generation of ants |
| opt_himmelblau | Minimize Himmelblau function |
| opt_rosenbrock | Minimize Rosenbrock function |
| pesos | Calculate the weight of each ant based on the gaussian... |
| prepare_for_plot | Prepares the data with the ants' locations for plotting |
| prob_hor | Calculates the probability |
| return_3d_plot | Generate 3d function for a given objective function |
| rosenbrock_1 | Rosenbrock function with vector parameter |
| rosenbrock_2 | Rosenbrock function with extracted parameters |
| run_app | Run the Shiny Application |
| update_controlbar | Updates the controlbar |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.