Code Monkey home page Code Monkey logo

aadopt's Introduction

AADOpt

  • A Framework for Antenna Array Design and Synthesis through Optimisation

Installation

git clone https://github.com/lok-i/AADOpt
cd AADOpt
pip3 install -r requirements.txt

To visualise a given experiment

Set the name and configuration of the experiment that you want to test in the file, config.py file, For example,

PATCH_TOPOLOGY =  'Spiral2'
NO_OF_GENERATIONS = 25
NO_OF_PATCHES = 25 

Then simply run the following command, and the experiment file will be loaded from the experiments folder and the results will be displayed

python3 readOptimalParams.py

To run a GA optimisation with custom parameters

Set the name and configuration of the experiment that you want to conduct in the file, config.py. Like

1) GA Optimisation Parameters
2) Antena Parameter Ranges
3) Topological Distribution Function

Based on the current configuration in the config.py, the optimisation will then be conducted and the results shall be saved to ./experiments upon running the following command

python3 runGA.py 

Note: For implementing your own antenna distribution topology, implement a class title class topolocy_name in the file ./src/PatchTopology.py and requireed additions in config.py. Refer the same files for pre-implemented examples. For a detailed overview chekcout out our preprint/mid-report

aadopt's People

Contributors

lok-i avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.