πŸ“„ Journal Article
SDG 7

Experiment: Application of Andean Condor Algorithm to Solve Many-Affine BBOB problems

πŸ“„ Abstract

Summary

The Andean Condor Algorithm (ACA) [1] is a flexible metaheuristic method that has been adapted for the purpose of solving BBOB Many-Affine type problems provided by the IOHprofiler environment [2].

Objectives

- Solve Many-Affine BBOB Functions using the Andean Condor algorithm.

Experiment Result

- The best solution is extracted once the budget or iterations are reached. For this specific experiment [3][4], the average AOCC is calculated.

  • 2D Experiment: Average AOCC 0.47256677552358844
  • 5D Experiment: Average AOCC 0.3198143138317148

- The hardware used was a Lenovo computer (ThinkPad T14s Gen 4), with an AMD Ryzen 7 PRO 7840U w/ Radeon 780M Graphics, 32 GB RAM, running the Microsoft Windows 11 Pro Version 10.0.22631 Build 22631.


References

[1] Almonacid, B., & Soto, R. (2019). Andean Condor Algorithm for cell formation problems. Natural Computing, 18, 351-381. [https://doi.org/10.1007/s11047-018-9675-0].

[2] IOHprofiler [https://iohprofiler.github.io].

[3] GECCO 2024 Competition: Anytime Algorithms for Many-affine BBOB Functions [https://gecco-2024.sigevo.org/Competitions#id_Anytime Algorithms for Many-affine BBOB Functions].

[4] Anytime Algorithms for Many-affine BBOB Functions [https://iohprofiler.github.io/competitions/mabbob24].

🏷️ Keywords & Classification

IOHprofiler GECCO Andean Condor Algorithm Many-Affine BBOB Functions Blackbox Optimisation

πŸ“‚ Figshare Categories

L0
Satisfiability and optimisation
L1
Optimisation Evolutionary computation Data structures and algorithms
QR Code for {safeString(publication.title)}

πŸ“ Files (4)

πŸ“¦
ACA_MABBOB_DATA_D2.zip
1.1 MB β€’ application/zip
πŸ“„
Experiment_2D_ACA_for_Many-affine_BBOB_functions.ipynb
0.0 MB β€’ application/json
πŸ“¦
ACA_MABBOB_DATA_D5.zip
1.6 MB β€’ application/zip
πŸ“„
Experiment_5D_ACA_for_Many-affine_BBOB_functions.ipynb
0.0 MB β€’ text/x-python
πŸ“„ Journal Article
SDG 7

Experiment: Application of Andean Condor Algorithm to Solve Discrete Star Discrepancy Problems

πŸ“„ Abstract

Summary

This experiment focuses on applying the Andean Condor Algorithm (ACA)[1], a metaheuristic to compute the Star Discrepancy 𝐿∞ of a given set of points. The ACA metaheuristic has been adapted to solve Star Discrepancy problems and is employed to solve 30 different Star Discrepancy problems using the IOHprofiler environment [2] across instances ranging from 2 to 20 dimensions. It focuses on addressing numerical grey-box optimization problems [3][4] of the form max f(x) where x ∈ [1..n]^d, with experiment budgets set at 500 and 2500 evaluations. The ACA metaheuristic successfully solves the problems of the data set provided by the IOHprofiler environment [2].

Objectives

- Solve discrete Star Discrepancy problems using the Andean Condor algorithm.

Environment

- This dataset is configured for the grey-box, low-budget and high-budget categories with a budget of 500 and 2500 evaluations[4].

- The hardware used was a Lenovo computer (ThinkPad T14s Gen 4), with an AMD Ryzen 7 PRO 7840U w/ Radeon 780M Graphics, 32 GB RAM, running the Microsoft Windows 11 Pro Version 10.0.22631 Build 22631.


References

[1] Almonacid, B., & Soto, R. (2019). Andean Condor Algorithm for cell formation problems. Natural Computing, 18, 351-381. [https://doi.org/10.1007/s11047-018-9675-0].

[2] IOHprofiler [https://iohprofiler.github.io].

[3] GECCO 2024 Competition: Star Discrepancy Competition [https://gecco-2024.sigevo.org/Competitions#id_Star Discrepancy Competition @GECCO 2024].

[4] Star Discrepancy Computation [https://iohprofiler.github.io/competitions/stardiscr24].

🏷️ Keywords & Classification

IOHprofiler GECCO Andean Condor Algorithm Evolutionary Algorithm Star Discrepancy

πŸ“‚ Figshare Categories

L0
Satisfiability and optimisation
L1
Optimisation Evolutionary computation Data structures and algorithms
QR Code for {safeString(publication.title)}

πŸ“ Files (4)

πŸ“„
ACA_for_Star_Discrepancy_Low_Budget_500.ipynb
0.0 MB β€’ text/plain
πŸ“¦
ACA_SD_Integer_Low_Budget.zip
1.1 MB β€’ application/zip
πŸ“„
ACA_for_Star_Discrepancy_High_Budget_2500.ipynb
0.0 MB β€’ application/json
πŸ“¦
ACA_SD_Integer_High_Budget.zip
1.5 MB β€’ application/zip
πŸ“Š Dataset
SDG 7 SDG 14

Experiment 2D and 5D: Progressive Sample Scaling Algorithm To Solve Many-Affine BBOB Functions.

πŸ“„ Abstract

Summary

The Progressive Sample Scaling (PSS) algorithm is a deterministic iterative method with the purpose of solving Many-Affine BBOB type problems provided by the IOHprofiler environment[1]. The PSS algorithm operates in two stages: Sample and Scaling.

In the Sample stage, the algorithm generates a combination of equidistant points within the problem's boundaries, where each point corresponds to a variable array with a fixed dimension size. Subsequently, the points are evaluated, a fitness array is generated, and the best fitness value is recorded. The number of points to generate combinations is specified by the user, if an array of points is provided, these points are evaluated, and the one with the highest fitness is selected.

In the Scaling stage, the number of points around the best point identified in the Sample stage is increased, the best point is chosen, the search is refined progressively around it. This process is repeated until the budget is exhausted. Optionally, there is a factor value that can increase or decrease the number of points during execution in the Scaling stage.

Once the budget or iterations are exhausted, the best solution is extracted. For this specific experiment[2][3], the average AOCC is calculated.

Objectives

  • Solve Many-Affine BBOB Functions using a Deterministic Algorithm.

Limitations

  • This algorithm is designed for Many-Affine BBOB problems of 2 and 5 dimensions.

Experiment Result

  • 2D Experiment: Average AOCC 0.5911357090193021
  • 5D Experiment: Average AOCC 0.4861510330030686

Environment

  • The notebooks are configured for 2 and 5 dimensions.
  • The hardware used was a Lenovo computer (ThinkPad T14s Gen 4), with an AMD Ryzen 7 PRO 7840U w/ Radeon 780M Graphics, 32 GB RAM, running the Microsoft Windows 11 Pro Version 10.0.22631 Build 22631.

References

[1] IOHprofiler https://iohprofiler.github.io.

[2] GECCO 2024 Competition: Anytime Algorithms for Many-affine BBOB Functions https://gecco-2024.sigevo.org/Competitions#id_Anytime Algorithms for Many-affine BBOB Functions.

[3] Anytime Algorithms for Many-affine BBOB Functions https://iohprofiler.github.io/competitions/mabbob24.

🏷️ Keywords & Classification

Deterministic Algorithm Progressive Sample Scaling Algorithm Many-Affine BBOB Functions Blackbox Optimisation IOHprofiler GECCO

πŸ“‚ Figshare Categories

L0
Satisfiability and optimisation
L1
Data structures and algorithms Optimisation
QR Code for {safeString(publication.title)}

πŸ“ Files (4)

πŸ“„
Experiment_2D_Progressive_Sample_Scaling_for_Many-affine_BBOB_Functions.ipynb
0.0 MB β€’ text/plain
πŸ“¦
BorisAlmonacid_PSS_MABBOB_IOHDATA_D2.zip
1.4 MB β€’ application/zip
πŸ“„
Experiment_5D_Progressive_Sample_Scaling_for_Many-affine_BBOB_Functions.ipynb
0.0 MB β€’ text/plain
πŸ“¦
BorisAlmonacid_PSS_MABBOB_IOHDATA_D5.zip
2.6 MB β€’ application/zip
πŸ“„ Journal Article
SDG 4 SDG 8 SDG 14

Application of AutoMH framework to Solve Continuous Star Discrepancy Problems

πŸ“„ Abstract

Summary

This experiment focuses on the application of AutoMH, a framework for the automatic generation of evolutionary algorithms, to address the problem of calculating the Star Discrepancy 𝐿∞ of a given set of points. The AutoMH with the use of reinforcement learning has searched in the episodes for an algorithm that satisfactorily solves problems 39, 49, and 59 of the data set provided by the IOHprofiler environment [1]. Once the episodes are finished, the algorithm that has had the best performance is extracted, this algorithm will be called AutoMH-SD. The AutoMH-SD algorithm will be the one that solves 30 different Star Discrepancy problems using the IOHprofiler environment in instances from 2 to 20 dimensions [2]. The AutoMH-SD algorithm will focus on solving the problems of numerical black box optimization approaches operating on [0,1), with low budget of 500 and high budget of 2500.

1. https://iohprofiler.github.io IOHprofiler.

2. https://iohprofiler.github.io/competitions/stardiscr GECCO 2023 Competition on Star Discrepancy Computation.


Objectives

Obtain through the AutoMH framework an algorithm with a low number of intensification and exploration instructions to solve the Star Discrepancy problem.


Environment

This notebook is configured for a high budget of 2500.

The hardware used was a MacBook Pro computer (Retina, 13-inch, Late 2013), with an Intel Core i5 2,4 GHz, 4 GB RAM 1600 MHz DDR3, running the OSx Catalina version 10.15.7.


References

[1] Almonacid, B. (2022). AutoMH: Automatically Create Evolutionary Metaheuristic Algorithms Using Reinforcement Learning. Entropy, 24(7), 957. https://doi.org/10.3390/e24070957

🏷️ Keywords & Classification

Evolutionary Algorithm Star Discrepancy Optimisation Problems

πŸ“‚ Figshare Categories

L0
Evolutionary computation
L1
Satisfiability and optimisation Optimisation
QR Code for {safeString(publication.title)}

πŸ“ Files (4)

πŸ“¦
BorisAlmonacid_ioh_data_budget_2500_29jun2023.zip
0.4 MB β€’ application/zip
πŸ“¦
BorisAlmonacid_ioh_data_budget_500_29jun2023.zip
0.4 MB β€’ application/zip
πŸ“„
AutoMH_for_Star_Discrepancy_Low_Budget_500.ipynb
0.0 MB β€’ text/plain
πŸ“„
AutoMH_for_Star_Discrepancy_High_Budget_2500.ipynb
0.0 MB β€’ text/plain
πŸ“Š Dataset
SDG 8 SDG 14

Dataset for Towards an Automatic Optimisation Model Generator Assisted with Generative Pre-trained Transformer.

πŸ“„ Abstract

Dataset for Towards an Automatic Optimisation Model Generator Assisted
with Generative Pre-trained Transformer


Preprint: https://doi.org/10.48550/arXiv.2305.05811


Abstract: Β This article presents a framework for generating optimisation models using a pre-trained generative transformer. The framework involves specifying the features that the optimisation model should have and using a language model to generate an initial version of the model. The model is then tested and validated, and if it contains build errors, an automatic edition process is triggered. An experiment was performed using MiniZinc as the target language and two GPT-3.5 language models for generation and debugging. The results show that the use of language models for the generation of optimisation models is feasible, with some models satisfying the requested specifications, while others require further refinement. The study provides promising evidence for the use of language models in the modelling of optimisation problems and suggests avenues for future research. Β Β 

🏷️ Keywords & Classification

Automatic Optimisation Models MiniZinc Large Language Models Generative Pre-trained Transformer GPT-3.5

πŸ“‚ Figshare Categories

L0
Natural language processing
L1
Knowledge representation and reasoning Satisfiability and optimisation Evolutionary computation Optimisation
QR Code for {safeString(publication.title)}

πŸ“ Files (10)

πŸ“„
p1.mzn
0.0 MB β€’ text/plain
πŸ“„
p1_run.json
0.0 MB β€’ application/json
πŸ“„
p1_solution.txt
0.0 MB β€’ text/plain
πŸ“„
p2.mzn
0.0 MB β€’ text/plain
πŸ“„
p2_run.json
0.0 MB β€’ application/json
... and 5 more files
πŸ“Š Dataset
SDG 4

Dataset - AutoMH: Automatically Create Evolutionary Metaheuristic Algorithms Using Reinforcement Learning

πŸ“„ Abstract

Dataset Experiment 2: Comparison with other Metaheuristic Algorithms

🏷️ Keywords & Classification

Reinforcement Learning Evolutionary Metaheuristic Metaheuristic Generation Optimisation Neural, Evolutionary and Fuzzy Computation

πŸ“‚ Figshare Categories

L0
Evolutionary computation
L1
Fuzzy computation
QR Code for {safeString(publication.title)}

πŸ“ Files (2)

πŸ“„
benchmarks_2.py
0.0 MB β€’ text/plain
πŸ“„
benchmarks_1.py
0.0 MB β€’ text/plain
πŸ“Š Dataset
SDG 4

Appendix: Automatically Create Evolutionary Metaheuristic Algorithms Using Reinforcement Learning

πŸ“„ Abstract

- Data Descriptor AutoMH

🏷️ Keywords & Classification

Artificial Intelligence Reinforcement Learning Metaheuristics Knowledge Representation and Machine Learning

πŸ“‚ Figshare Categories

L0
Knowledge representation and reasoning
QR Code for {safeString(publication.title)}

πŸ“ Files (1)

πŸ“„
Data_Descriptor__AutoMH.pdf
0.2 MB β€’ application/pdf
πŸ“„ Journal Article

Results: Preliminary experiments with the Andean Condor Algorithm to Solve Problems of Continuous Domains

πŸ“„ Abstract

Results of the experiment performed when using the Andean Condor Algorithm in a continuous domain function.

🏷️ Keywords & Classification

Andean Condor Algorithm Continuous Domains Optimisation

πŸ“‚ Figshare Categories

L0
Optimisation
QR Code for {safeString(publication.title)}

πŸ“ Files (3)

πŸ“„
all_runs_decimal.csv
0.0 MB β€’ text/plain
πŸ“„
all_runs.csv
0.0 MB β€’ text/plain
πŸ“„
Best_solution_convergence_points.txt
0.0 MB β€’ text/plain
πŸ“Š Dataset
SDG 14

Dataset for: Cell Formation Problems with Three Manufacturing Cells

πŸ“„ Abstract

Dataset for Cell Formation Problems (35 problems with three cells) in txt and json.


Include dataset for Minizinc (.dzn) and model (.mzn), using the following configuration: -s -f β€˜β€˜fzngecode -mode stat’’.

Include variable solutions for CFP01 to CFP15.

🏷️ Keywords & Classification

Manufacturing processes Artificial Intelligence research Constraint programming Complete search strategies Global optimisation Manufacturing Engineering not elsewhere classified

πŸ“‚ Figshare Categories

L0
Manufacturing engineering not elsewhere classified
QR Code for {safeString(publication.title)}

πŸ“ Files (1)

πŸ“¦
CFP_C3_Dataset.zip
0.1 MB β€’ application/zip
πŸ“Š Dataset
SDG 15

Dataset for: Resolving the Optimal Selection of a Natural Reserve using the Particle Swarm Optimisation by Applying Transfer Functions

πŸ“„ Abstract

Provide the data set to be able to reproduce the experiment.

🏷️ Keywords & Classification

optimization algorithms Mathematical Model dataset Conservation and Biodiversity Optimisation

πŸ“‚ Figshare Categories

L0
Conservation and biodiversity
L1
Optimisation
QR Code for {safeString(publication.title)}

πŸ“ Files (1)

πŸ“¦
Dataset_OSNR_PSO_P25_S1_VSHAPE.zip
0.0 MB β€’ application/zip
πŸ“Š Dataset
SDG 15

Results for: Resolving the Optimal Selection of a Natural Reserve using the Particle Swarm Optimisation by Applying Transfer Functions

πŸ“„ Abstract

It provides the results as raw data of the experiment.

🏷️ Keywords & Classification

Particle Swarm Optimization Algorithm Transfer functions Experiment results Conservation and Biodiversity Optimisation Analysis of Algorithms and Complexity

πŸ“‚ Figshare Categories

L0
Conservation and biodiversity
L1
Optimisation Computational complexity and computability
QR Code for {safeString(publication.title)}

πŸ“ Files (1)

πŸ“¦
Results_OSNR_PSO_P25_S1_VSHAPE.zip
0.0 MB β€’ application/zip
πŸ“Š Dataset

Dataset - Autonomous Population Regulation using a Multi-Agent System in a Prey-Predator Model which integrates Cellular Automata and the African Buffalo Optimization Metaheuristic

Boris Almonacid , Fabian AspΓ©e , Francisco Yimes

πŸ“„ Abstract

Data set to be used in Rstudio.
-----
Includes:
- Output of a type E experiment with and without agents.
- 1 set of scripts in R to be able to reproduce the graphs of the experiment.
-----
Parameters of a type E experiment
- lp1: 5
- lp2: 5
- lamba: 0.5

🏷️ Keywords & Classification

Artificial intelligent African Buffalo Optimization Metaheuristics Multi-Agent System Cellular Automata Autonomous Population Regulation Lattice Torus Artificial Life Simulation Artificial Life Adaptive Agents and Intelligent Robotics

πŸ“‚ Figshare Categories

L0
Artificial life and complex adaptive systems
L1
Intelligent robotics
QR Code for {safeString(publication.title)}

πŸ“ Files (2)

πŸ“„
Dataset - Autonomous Population Regulation using a Multi-Agent System in a Prey-Predator Model which integrates Cellular Automata and the African Buffalo Optimization Metaheuristic.tar
1.3 MB β€’ application/x-tar
πŸ“¦
Dataset - Autonomous Population Regulation using a Multi-Agent System in a Prey-Predator Model which integrates Cellular Automata and the African Buffalo Optimization Metaheuristic.zip
1.1 MB β€’ application/zip
πŸ“Š Dataset
SDG 2 SDG 14

Figure: Andean Condor Algorithm Conceptualization

πŸ“„ Abstract

Summary: The figure represents a conceptualization of the behavior in the search of food of the Andean Condor, to a behavior of intensification and exploration.

Left figure: A real seasonal variation of the home range of an Andean Condor (Pavez, Eduardo F., 2014). Map located in the Andean Mountains, central zone Chile-Argentina.

Right figure: Intensification and exploration movements. These movements are conceptualized by the Andean condor flights carried out during the seasons.

References:
Almonacid, B. & Soto, R. Andean Condor Algorithm for cell formation problems, Natural Computing (2018). https://doi.org/10.1007/s11047-018-9675-0

Pavez, Eduardo F. "PatrΓ³n de movimiento de dos cΓ³ndores andinos Vultur gryphus(aves: cathartidae) en los Andes centrales de Chile y Argentina." Bol. Chil. Ornitol 20 (2014).

🏷️ Keywords & Classification

animal behavioural research Artificial Intelligence Procedures Animal Behaviour

πŸ“‚ Figshare Categories

L0
Animal behaviour
QR Code for {safeString(publication.title)}

πŸ“ Files (10)

πŸ–ΌοΈ
Andean_Condor_Algorithm_Conceptualization_-_PDF_Sepia_2.jpg
0.3 MB β€’ image/jpeg
πŸ–ΌοΈ
Andean_Condor_Algorithm_Conceptualization_-_PDF_Sepia_1.jpg
0.3 MB β€’ image/jpeg
πŸ“„
Andean_Condor_Algorithm_Conceptualization_-_PDF_Sepia_1.pdf
0.9 MB β€’ application/pdf
πŸ“„
Andean_Condor_Algorithm_Conceptualization_-_PDF_Sepia_2.pdf
0.9 MB β€’ application/pdf
πŸ“„
Andean_Condor_Algorithm_Conceptualization_-_PDF_Color_Option_2.pdf
0.9 MB β€’ application/pdf
... and 5 more files
πŸ“Š Dataset
SDG 14

Dataset: Andean Condor Algorithm for Solving Cell Formation Problems

πŸ“„ Abstract

The original paper was published in https://link.springer.com/article/10.1007/s11047-018-9675-0

Dataset for Cell Formation Problems (35 problems) in txt and json.

Include dataset for Minizinc (.dzn) and model (.mzn), using the following configuration: -s -f β€˜β€˜fzngecode -mode stat’’. Only for the problems CFP01 to CFP20.

🏷️ Keywords & Classification

Manufacturing Processes Artificial Intelligence research Metaheuristics Andean Condor Algorithm Andean Condor Evolutionary Algorithms Animal Behaviours Manufacturing Cell Design Problem Computer Software Applied Computer Science Computer Engineering Manufacturing Management Flexible Manufacturing Systems Manufacturing Engineering not elsewhere classified Manufacturing Processes and Technologies (excl. Textiles) Animal Behaviour Artificial Life

πŸ“‚ Figshare Categories

L0
Software engineering not elsewhere classified
L1
Applied computing not elsewhere classified Digital processor architectures Other information and computing sciences not elsewhere classified Manufacturing management Flexible manufacturing systems Manufacturing engineering not elsewhere classified Manufacturing processes and technologies (excl. textiles) Animal behaviour Artificial life and complex adaptive systems
QR Code for {safeString(publication.title)}

πŸ“ Files (2)

πŸ“¦
Minizinc_dataset-20180316.zip
0.0 MB β€’ application/zip
πŸ“¦
ACA2018_Dataset-20180316.zip
0.0 MB β€’ application/zip
πŸ“„ Journal Article

Appendix: Andean Condor Algorithm for Solving Cell Formation Problems

πŸ“„ Abstract

The original paper was published in https://link.springer.com/article/10.1007/s11047-018-9675-0

This document includes:

1 Algorithm to perform exploration and intensification for Cell Formation Problems.

2 Convergence curves:
- Figures
- Analysis

3 Normality Test:
- Visual Methods (Density graphs, Histograms, quantile-quantile graphs).

4 Gao test Raw Data:
- Gao samples and sizes
- Gao single analysis and CS analysis

🏷️ Keywords & Classification

Andean Condor Algorithm Andean Condor Evolutionary Algorithms Metaheuristics Manufacturing Process Manufacturing Cell Design Problem Computer Engineering Manufacturing Engineering not elsewhere classified Interdisciplinary Engineering not elsewhere classified Animal Behaviour Applied Computer Science

πŸ“‚ Figshare Categories

L0
Digital processor architectures
L1
Other information and computing sciences not elsewhere classified Manufacturing engineering not elsewhere classified Other engineering not elsewhere classified Animal behaviour Applied computing not elsewhere classified
QR Code for {safeString(publication.title)}

πŸ“ Files (1)

πŸ“„
Appendix Andean Condor Algorithm for Solving Cell Formation Problems.pdf
2.4 MB β€’ application/pdf
πŸ“Š Dataset

Dataset - Andean Condor Algorithm for Cell Formation Problems

πŸ“Š Dataset

Dataset - Solving the Manufacturing Cell Design Problem using the Artificial Bee Colony.

πŸ“„ Abstract

Dataset - Solving the Manufacturing Cell Design Problem using the Artificial Bee Colony.

🏷️ Keywords & Classification

Cell Formation Problem Manufacturing Cell Design Artificial Bee Colony Metaheuristic Optimisation Expert Systems Analysis of Algorithms and Complexity Optimisation

πŸ“‚ Figshare Categories

L0
Planning and decision making
L1
Computational complexity and computability Optimisation
QR Code for {safeString(publication.title)}

πŸ“ Files (10)

πŸ“„
MCDP_Boctor_Problem01_C3_M7.txt
0.0 MB β€’ text/plain
πŸ“„
MCDP_Boctor_Problem03_C3_M7.txt
0.0 MB β€’ text/plain
πŸ“„
MCDP_Boctor_Problem06_C2_M12.txt
0.0 MB β€’ text/plain
πŸ“„
MCDP_Boctor_Problem08_C2_M8.txt
0.0 MB β€’ text/plain
πŸ“„
MCDP_Boctor_Problem08_C3_M7.txt
0.0 MB β€’ text/plain
... and 5 more files
πŸ“Š Dataset
SDG 15

Dataset - Selecting a Biodiversity Conservation Area with a Limited Budget Using the Binary African Buffalo Optimization Algorithm

πŸ“„ Abstract

Dataset - Selecting a Biodiversity Conservation Area with a Limited Budget Using the Binary African Buffalo Optimization Algorithm

🏷️ Keywords & Classification

Datasets Expert Systems Analysis of Algorithms and Complexity

πŸ“‚ Figshare Categories

L0
Planning and decision making
L1
Computational complexity and computability
QR Code for {safeString(publication.title)}

πŸ“ Files (10)

πŸ“„
A4-20x200.json
0.0 MB β€’ text/plain
πŸ“„
B2-25x100.json
0.0 MB β€’ text/plain
πŸ“„
B4-25x200.json
0.0 MB β€’ text/plain
πŸ“„
C1-30x300.json
0.0 MB β€’ text/plain
πŸ“„
C2-30x300.json
0.0 MB β€’ text/plain
... and 5 more files