Main Content

128 results in File Exchange

Ant Colony Optimization (ACO)

Version 1.0.0.0 by Yarpiz / Mostapha Heris

MATLAB implementation of ACO for Discrete and Combinatorial Optimization Problems

For more information see the following link:http://yarpiz.com/53/ypea103-ant-colony-optimization

  • 12.5K (All time)
  • 28 (Last 30 days)
  • 4.8 / 5
  • Community
  • 4 Sep 2015

Directed Graph tools

Version 1.0.0.0 by Roee Lahav

Tools for manipulating directed graphs. Oriented at creating encoders for constrained coding

- % Ant=CheckAnt(MyGraph,MaxAnt)
  • 2.6K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 6 Jul 2009

Langton's Ant

Version 1.0.0.0 by Job

2D Turing machine with simple set of rules but complex emergent behavior

Langton's ant is a two-dimensional Turing machine with a very simple set of rules but complex emergent behavior. It was invented by Chris Langton in 1986 and runs on a square lattice of black and

- Function that simulates Langton's Ant
  • 438 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 15 Sep 2015

Brainstorm

Version 3.4.0.0 by Martin Cousineau

Brainstorm: Open source application for MEG/EEG data analysis

- : Read marker information from ANT EEProbe .trg files
- : Open an ANT EEProbe .cnt/.avr file (continuous recordings).
- : Read a block of recordings from a ANT EEProbe .cnt/.avr file
- : Read 3D cartesian positions for a set of electrodes from a ANT Xensor ASCII file.
- : Open a ANT ASA .msr/.msm file
- : Read a block of recordings from a ANT ASA .msm file
  • 7.3K (All time)
  • 55 (Last 30 days)
  • 4.9 / 5
  • Community
  • 8 Aug 2024

Chaotic Ant lion optimizer

Version 1.0.0.0 by ed emry

This code implements a chaotic version of ant lion optimizer.

This code implements a chaotic version of ant lion optimizer. The code uses many chaos functions to control the exploration rate of ant lion. The used chaos functions are Singer, Piecewise, log

  • 965 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 7 May 2016

Ant Lion Optimizer toolbox

Version 1.0 by Seyedali Mirjalili

A toolbox for the Ant Lion Optimizer (ALO) algorithm

you can just define lb and ub as two single number numbers: lb, ub.Just run the ALO_toolbox.m file and enjoy!This is the source codes of the paper:Seyedali Mirjalili, The Ant Lion Optimizer, Advances in

- ___________________________________________________________________%
- Please note that these codes have been taken from:
- ___________________________________________________________________%
- ___________________________________________________________________%
- ___________________________________________________________________%
- ___________________________________________________________________%
  • 1.7K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 22 May 2018

Ant Colony Optimiztion (ACO)

Version 1.0.0 by Seyedali Mirjalili

This is a simple implementation of the Ant Colony Optimization (ACO) to solve combinatorial optimization problems.

This is a simple implementation of the Ant Colony Optimization (ACO) to solve combinatorial optimization problems. Travelling Salesman Problem (TSP) is solved as an example. The results are also

  • 4.6K (All time)
  • 8 (Last 30 days)
  • 5.0 / 5
  • Community
  • 7 Oct 2018

ِAnt Colony Optimization for PID Controller of a DC Motor

Version 2.0.0.0 by ammar al jodah

Ant Colony is used to find the PID parameters for DC motor speed control

- Ant colony optimization
  • 4.8K (All time)
  • 7 (Last 30 days)
  • 4.8 / 5
  • Community
  • 1 Aug 2020

Unsupervised Image Sorting

Version 1.0.0 by Costas Panagiotakis

Image sorting via a reduction in travelling salesman problem

  • 140 (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 12 Dec 2019

Ant Lion Optimizer (ALO)

Version 1.0 by Seyedali Mirjalili

ALO is a novel meta-heuristic algorithm for global optimization

The Ant Lion Optimizer (ALO) mimics the hunting mechanism of antlions in nature. Five main steps of hunting prey such as the random walk of ants, building traps, entrapment of ants in traps, catching

  • 6.2K (All time)
  • 9 (Last 30 days)
  • 4.0 / 5
  • Community
  • 22 May 2018

sippi

Version 1.1 by Thomas Mejer Hansen

A Matlab toolbox for sampling inverse problems with complex prior information.

  • 130 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 26 Sep 2022

Multi-objective Ant Lion Optimizer (MOALO)

Version 1.0.0.0 by Seyedali Mirjalili

The multi-objective version of the recently proposed Ant Lion Optimizer

This submission includes the source codes of the multi-objective version of the recently proposed Ant Lion Optimizer (ALO) called Multi-Objective Ant Lion Optimizer (MOALO). A repository is first

  • 2.7K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 22 May 2018

Contour Correspondence via Ant Colony Optimization

Version 1.1.0.0 by Oliver van Kaick

Computes a correspondence between two shapes based on ant colony optimization (ACO).

This MATLAB implementation computes a correspondence between two shapes based on ant colony optimization (ACO). The input shapes can be either two 2D contours (open or closed) or two arbitrary sets

  • 4.1K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 19 May 2009

Ant colony optimization for wavelet-based image interpolation

Version 1.1.0.0 by Kanchi

Ant colony optimization for wavelet-based image interpolation

This is a demo program of the paper Ant colony optimization for wavelet-based image interpolation using a three-component exponential mixture model," Expert Systems with Applications, Vol. 38, No. 10

  • 1.2K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 4 Oct 2011

YPEA

Version 1.1.0.4 by Yarpiz / Mostapha Heris

Yarpiz Evolutionary Algorithms Toolbox (YPEA) is a toolbox to solve optimization problems using Evolutionary Algorithms and Metaheuristics.

provided by the YPEA toolbox is as follows:1. Artificial Bee Colony (ABC)2. Ant Colony Optimization for Continuous Domains (ACOR)3. Bees Algorithm (BA)4. Biogeography-based Optimization (BBO)5. Covariance

- Ant Colony Optimization for Continuous Domains
  • 844 (All time)
  • 6 (Last 30 days)
  • 5.0 / 5
  • Community
  • 14 Dec 2020

Image edge detection using variation-adaptive ant colony optimization

Version 1.0.0.0 by Kanchi

A demo program of Image edge detection using variation-adaptive ant colony optimization

This is a demo program of Image edge % detection using variation-adaptive ant colony optimization, Transactions on CCI V, LNCS 6910, 2011, pp. 27-40.

  • 1.8K (All time)
  • 2 (Last 30 days)
  • 4.5 / 5
  • Community
  • 7 Sep 2011

Modified Optimal Foraging Algorithm for Parameters Optimization of Support Vector Machine

Version 1.0.0.0 by Gehad Ismail Sayed

Optimal Foraging Algorithm for optimizing the main parameters of SVM

  • 536 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 26 Feb 2018

Ant Colony Optimization for Continuous Domains (ACOR)

Version 1.0.0.0 by Yarpiz / Mostapha Heris

MATLAB implementation of ACOR, the Ant Colony Optimization for Real-Valued Optimization Problems

  • 1.7K (All time)
  • 2 (Last 30 days)
  • 3.3 / 5
  • Community
  • 4 Sep 2015

Langtons Ant Wave Equation

Version 1.0.0 by Graham Medland

Matrix form

1st order recurrence relation to generate langtons ant cellular automata

  • 13 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 21 Mar 2021

H.264/AVC video Stream

Version 1.0.0.0 by Santhana Raj

THis functions convers a avi video file into H.264/AVC video stram andthen reconverts it back.

  • 3.2K (All time)
  • 3 (Last 30 days)
  • 4.5 / 5
  • Community
  • 10 Sep 2014

Optical Communication systems (SoftTDM 2012a)

Version 1.5 by David Steckler

Upgrade and improvement of optical communications blocksets.

  • 2.6K (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 28 May 2017

ARMADA Data Mining Tool version 1.4

Version 1.1.0.0 by James Malone

An association rule data mining tool for experimentation and analysis.

  • 27.6K (All time)
  • 4 (Last 30 days)
  • 4.6 / 5
  • Community
  • 18 Feb 2011

Essential MATLAB

Version 1.0.0.0 by Brian Hahn

Companion software for Essential MATLAB for Scientists and Engineers

  • 6.4K (All time)
  • 3 (Last 30 days)
  • 4.3 / 5
  • Community
  • 7 Mar 2003

Biogeography-Based Optimizer (BBO) for training Multi-Layer Perceptron (MLP)

Version 1.0.0.0 by Seyedali Mirjalili

Biogeography-Based Optimizer (BBO) is employed as a trainer for Multi-Layer Perceptron (MLP)

problem. There are also other trainers in this submission: Particle Swarm Optimization (PSO), Ant Colony Optimization (ACO), Genetic Algorithm (GA), Evolutionary Strategy (ES), and Probability-Based

- Ant colony optimization algorithm for optimizing a general function.
  • 2.8K (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 22 May 2018

Biogeography-Based Optimizer (BBO) for training Multi-Layer Perceptron (MLP) - Breast cancer dataset

Version 1.0.0.0 by Seyedali Mirjalili

Biogeography-Based Optimizer (BBO) is employed as a trainer for Multi-Layer Perceptron (MLP) trainin

are also other trainers in this submission: Particle Swarm Optimization (PSO), Ant Colony Optimization (ACO), Genetic Algorithm (GA), Evolutionary Strategy (ES), and Probability-Based Incremental

- Ant colony optimization algorithm for optimizing a general function.
  • 2.1K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 22 May 2018

Ant Colony Optimization (ACO) to solve traveling salesman problem (TSP)

Version 1.0.0.0 by Sutrisno Ibrahim

This code presents a simple implementation of ACO to solve traveling ‎salesman problem (TSP)‎

This code presents a simple implementation of Ant Colony Optimization (ACO) to solve traveling ‎salesman problem (TSP). Given a list of cities and their pairwise distances, the task is to find a

  • 5.9K (All time)
  • 6 (Last 30 days)
  • 4.5 / 5
  • Community
  • 6 Jun 2015

Ant Colony Optimization Algorithm with Mutation Operator (AC

Version 2.1.0 by Mehdi Ghasri

ACO with mutation for function optimization

Ant Colony Optimization Algorithm with Mutation Operator (ACOM)This code is assembled for these functions:Ackley FunctionDixon & Price FunctionRastrigin FunctionSphere FunctionBumpy FunctionYou

  • 186 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 5 Mar 2023

Snag

Version 1.0.0.0 by Sergio Frasca

A signal analysis toolbox aimed to especially to gravitational wave detection

- IBAR_ANT_ST_RESP interactive call for bar_ant_st_resp
- uso di function f=angr85(bar_ant,source,tsid)
- uso di function f=angr85(bar_ant,source,tsid)
- GEN_SID_RESP sidereal response to gw for general detector
- HARM_SIDRESP_INTERF sidereal response for gravitational antennas based on
- BAR_ANT_ST_RESP bar antenna response vs sidereal time
- RADPAT_LOSS computes the radiation pattern loss in h for all the declinations,
- ANA_POLAR analizes spectral splitting due to polarization using gw_polariz
- uso di function f=angr85(bar_ant,source,tsid)
- uso di function f=angr85(bar_ant,source,tsid)
- ANGR85 bar antenna response to a source
- ANGR85 bar antenna response to a source
- LIN_ANGR85 bar antenna linear response to a source
- ANA_POLAR_SPFILT analizes spectral splitting due to polarization using gw_polariz
- PSS_SIM_PM peak map simulation, low resolution
  • 2.2K (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 20 Jan 2006

Solving the economic dispatch by Multi-Objective Ant Lion Optimizer (MALO).

Version 1.0.0.0 by RMS Danaraj

This code solves the Economic dispatch problem.

This program solves the economic dispatch by Multi-Objective Ant Lion Optimizer (MALO).Economic dispatch is minimizing a quadratic objective function subject to one quadratic equality constraint

  • 1.4K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 26 Oct 2016

Ultrasim

Version 1.1.0.0 by Sverre Holm

Ultrasound field simulation for transducer geometries for medical ultrasound and sonar applications.

- Dummy function created automatically on 17.04.101 at 13:52:25.
- Dummy function created automatically on 17.04.101 at 13:52:14.
  • 7.3K (All time)
  • 5 (Last 30 days)
  • 4.5 / 5
  • Community
  • 30 May 2017

Image Edge Detection Using Ant Colony Optimization

Version 1.2.0.0 by Kanchi

Image Edge Detection Using Ant Colony Optimization

A demo program of image edge detection using ant colony optimization.

- % This is a demo program of image edge detection using ant colony, based on
  • 12.7K (All time)
  • 1 (Last 30 days)
  • 3.6 / 5
  • Community
  • 24 Jan 2011

3D Plots of Normalized Array Factor Examples

Version 1.0.0.0 by Eve Klopf

This code creates a 3D plot of a normalized AF in cartesian coordinates.

- This m-file creates 3D polar plots of normalized array factors.
  • 3.2K (All time)
  • 2 (Last 30 days)
  • 4.0 / 5
  • Community
  • 3 Nov 2008

Ant_Colony_Optimization_feature_selection

Version 1.0.0 by desomon yang

Ant Colony Optimization in feature selection(ACOFS)

  • 852 (All time)
  • 1 (Last 30 days)
  • 4.7 / 5
  • Community
  • 16 Dec 2018

Ant Colony Optimization (ACO)

Version 1.0.0.0 by Dimas Aryo

Solve dynamic job shop scheduling problem with ant colony optimization (ACO).

shortest path from start point to destination point. One solution that can be used is with the ant colony optimization algorithm. There are three method to input the job : xls file, matriks, and atrractive

- (Ant System) 10042011
  • 14.2K (All time)
  • 5 (Last 30 days)
  • 4.0 / 5
  • Community
  • 29 Jun 2011

Wrapper Feature Selection Toolbox

Version 1.1.1 by Jingwei Too

This toolbox offers more than 40 wrapper feature selection methods include PSO, GA, DE, ACO, GSA, and etc.

  • 1.3K (All time)
  • 2 (Last 30 days)
  • 4.5 / 5
  • Community
  • 26 Feb 2021

Solving Symmetrical and DisSymmetrical TSP base on Ant Colony Algorithm

Version 1.0.0.0 by wang h

Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem

: http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsp/index.htmlAs there is several type of ACO algorithm, the basic one Ant System(AS) is given, which is original. For more problems or other ACO algorithms, you can contact me by the email codstar@126.com. plealse

  • 19.7K (All time)
  • 1 (Last 30 days)
  • 4.2 / 5
  • Community
  • 27 Apr 2007

Patch Antenna Design Using Sonnet v3.2

Version 1.1.0.0 by Serhend Arvas

Designs a probe fed rectangular patch antenna using true electromagnetic simulation.

- This function outputs the initial Design requirements and parameters.
  • 5.9K (All time)
  • 2 (Last 30 days)
  • 4.3 / 5
  • Community
  • 18 Oct 2010

Ant Colony System for Feature Selection

Version 1.1 by Jingwei Too

Application of ant colony system (ACS) for feature selection problems.

This toolbox offers ant colony system (ACS) method The < Main.m file > illustrates the example of how ACS can solve the feature selection problem using benchmark data-set.**********************************************************************************************************************************

  • 742 (All time)
  • 2 (Last 30 days)
  • 4.0 / 5
  • Community
  • 20 Dec 2020

Ant Colony Optimization for Feature Selection

Version 1.1 by Jingwei Too

Implantation of ant colony optimization (ACO) without predetermined number of selected features in feature selection tasks.

This toolbox offers ant colony optimization (ACO) method. This ACO can be performed without the need for the predetermined number of selected features, which is simple. The "Main" script illustrates

  • 633 (All time)
  • 3 (Last 30 days)
  • 4.0 / 5
  • Community
  • 9 Jan 2021

Optical Communications Systems (SOFTDM Ver 1.5) Update Matlab 2010a

Version 1.3.0.0 by David Steckler

Toolbox/blockset about optical comunication system Sonet/SDH mapping over fiber optics

  • 28.9K (All time)
  • 8 (Last 30 days)
  • 4.2 / 5
  • Community
  • 12 Jun 2010

ACO_feature_selection.m

Version 1.0.0.0 by aesrdf dsfdsfdssd

Ant colony code to feature selection

Ant colony code to feature selectionin general .

  • 2.1K (All time)
  • 3 (Last 30 days)
  • 4.4 / 5
  • Community
  • 5 Jun 2011

VORTEX LATTICE

Version 1.1.1 by Miguel Crespo

Vortex Lattice Mehod for steady aerodynamics

  • 3.4K (All time)
  • 22 (Last 30 days)
  • 4.9 / 5
  • Community
  • 1 May 2019

ACO tuned PID controller: two-area load frequency control

Version 1.0.0 by PIRC

Ant Colony Optimization (ACO) tuned PID controller for two-area load frequency control

Ant Colony Optimization (ACO) tuned PID controller for two-area load frequency control involves a complex process that includes defining the ACO algorithm, integrating it with the PID controller, and

  • 531 (All time)
  • 11 (Last 30 days)
  • 5.0 / 5
  • Community
  • 13 Aug 2023

Radar System Design and Analysis with MATLAB: Webinar

Version 1.3.0.1 by Kirthi Devleker

MATLAB source code of examples showcased in this webinar

- Copyright 2013 The MathWorks, Inc
- Copyright 2013 The MathWorks, Inc
  • 5.6K (All time)
  • 9 (Last 30 days)
  • 4.2 / 5
  • Community
  • 1 Sep 2016

QAP

Version 1.0.0.0 by Kyriakos Tsourapas

Ant Algorithm for the Quadratic Assignment Problem.

An implementation of an Ant Algorithm to solve the Quadratic Assignment Problem of assigning n departments to n sites.

- Ant Algorithm for the Quadratic Assignment Problem
  • 5.5K (All time)
  • 2 (Last 30 days)
  • 3.8 / 5
  • Community
  • 28 Apr 2008

MATLAB Contest - Ants

Version 1.1.0.1 by The MATLAB Contest Team

All the files needed to develop and score an entry for the tenth MATLAB® Programming Contest.

Starter kit for the tenth MATLAB Programming Contest "Ants", which ran May 11-18, 2005.You are given the task programming an ant to collect as much food as possible. For more information, see the

- SOLVER The ant brain.
  • 3.8K (All time)
  • 1 (Last 30 days)
  • 3.7 / 5
  • Community
  • 1 Sep 2016

Ant Colony Optimization Techniques applied on Travelling Salesman Problem

Version 1.1.0.0 by Hamid Behravan

This program applies the typical ant colony optimization technique on TSP problem.

The selection route which each ant will select is based on maximum probability criteria, and the amount pheromone remains on each route between two cities.

- % Ant Colony Optimization for Traveling Salesman Problem (TSP) %
  • 3.6K (All time)
  • 2 (Last 30 days)
  • 3.0 / 5
  • Community
  • 3 May 2012

AntShrink: Ant colony optimization for image shrinkage

Version 1.1.0.0 by Kanchi

AntShrink: Ant colony optimization for image shrinkage

This is a demo program of the paper J. Tian, W. Yu, and L. Ma, "AntShrink: Ant colony optimization for image shrinkage," Pattern Recognition Letters, Vol. 31, Oct. 2010, pp. 1751-1758.

  • 1.5K (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 24 Jan 2011

Ant System TSP Solver

Version 1.2.0.0 by Johannes

A demo of an Ant System algorithm solving classical Traveling Salesman Problems.

A demo of an Ant System algorithm solving classical Traveling Salesman Problems.To run, type:ant_system_tsp(@Qatar, 50000)The code should be pretty self-explanatory.

- [popt, fopt, stat] = ant_system_tsp(map_fct, stopeval, varargin)
- NAME : Zimbabwe
- NAME: Djibouti
- path_length = tsp_evaluate_tour(M, tour)
- [nn_path, path_length] = nn_shortest_path_tsp(M)
  • 2.6K (All time)
  • 3 (Last 30 days)
  • 2.8 / 5
  • Community
  • 16 Apr 2013

Simulation of Ant Based Clustering Algorithm Based on Cemetery Organization (Lumer&Faeita Method)

Version 1.5.0.0 by Heidar Rastiveis

This code shows the process of Lumer and Faeita algorithm in data clustering.

Many ant species exhibit the behavior of clustering corpses to form cemeteries. Each ant seems to behave individually, moving randomly in space while picking up or depositing (dropping) corpses. The

- Simulation of Ant-Based Clustering Algorithm based on cemetery organization
  • 992 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 7 Jun 2011

ant colony optimization

Version 1.0.0 by sai

Ant Colony Optimization (ACO) is a popular metaheuristic optimization algorithm inspired by the foraging behavior of ants.

, 18, 25, 0];% ACO parametersnum_ants = 10;num_iterations = 100;pheromone_evaporation = 0.5;alpha = 1.0;beta = 2.0;% Initialize pheromone levels on each edgepheromones = ones(size(distance_matrix

  • 178 (All time)
  • 5 (Last 30 days)
  • -- / 5
  • Community
  • 16 Oct 2023

Multi objective Ant Lion (MOALO) optimizer

Version 1.0.0 by Dr. Pradeep Jangir

multi-objective version of the Ant Lion Optimizer

Used this code please cited the paper This is the source codes of the paper: S. Mirjalili, P. Jangir, and S. Saremi, Multi-objective ant lion optimizer: a multi-objective optimization algorithm for

  • 277 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 28 Apr 2020

Ant Colony Optimization for Gradual Patterns

Version 4.0 by Dickson Owuor

Ant-Colony Optimization for Mining Gradual Patterns

pheromone matrix values approach saturation. The research paper is available via this link:Owuor, D.O., Runkler, T., Laurent, A. et al. Ant colony optimization for mining gradual patterns. Int. J. Mach. Learn

  • 50 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 12 Apr 2022

Radjam

Version 2.2.2 by David Jenn

Basic radar and jammer simulation.

  • 109 (All time)
  • 5 (Last 30 days)
  • -- / 5
  • Community
  • 26 Apr 2024

Automatic Analysis (aa)

Version 5.8.1 by Tibor Auer

aa is a comprehensive pipeline system for neuroimaging written in MATLAB to facilitate automatic, flexible, and replicable analyses.

  • 77 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 14 Aug 2023

Economic Load Dispatch without transmission losses using Ant Lion Optimization

Version 1.0.0.0 by Nitish Chopra

This software solves ELD problem without transmission losses using Ant Lion optimizer.

solved for 3, 6 and 20 generating units . transmission losses have been neglected in solving ELD problem.I have used the Ant Lion Optimizer one of the recently developed algorithms by Seyedali Mirjalili in

- Initialize the positions of antlions and ants
- This program solve Economic load Dispatch (ELD) problem without Transmission losses using Ant Lion
- This program solve Economic load Dispatch (ELD) problem without Transmission losses using Ant Lion
- This program solve Economic load Dispatch (ELD) problem without Transmission losses using Ant Lion
  • 947 (All time)
  • 4 (Last 30 days)
  • -- / 5
  • Community
  • 3 Aug 2016

  • 238 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 19 Nov 2012

Load more