AntArchitect Released For Testing 3 minute read

Hello, and welcome to what will probably be the final post regarding the AntArchitect. The course, during which our task was to create AntArchitect, is nearing its end, and we had our final presentation and demonstration a couple of days ago. We thank you for joining us on this journey, and hope that it has been exciting and interesting.

The Final Product

We’d like to discuss the features of AntArchitect, and also what could be some possible future improvements, in the case that work on the product should continue after the course is finished. As you know by now, AntArchitect is... read more

EVO vs. MIQP vs. ChatGPT 3 minute read

Hi, and welcome to yet another blog post! Today we’d like to talk a bit about the AI solutions and algorithms we are working with to generate floor plans. Our goal is to make AntArchitect able to provide multiple solutions for floor plan generation, and have already implemented two completely different ones, which we’d like to discuss and compare. We would also like to discuss already existing AI solutions that could benefit AntArchitect, such as the popular ChatGPT.

The Evolutionary Algorithm

In a previous post we presented the hybrid evolutionary and greedy algorithm, which takes a list of rooms as an... read more

Making Progress! 1 minute read

Hello, and welcome to another update! This time, we’d like to show you a fully functional minimum viable product, with a working editor and a simple algorithm for generating floor plans. In the AntArchitect web application, we start by logging in, which redirects us to the dashboard.

Dashboard

From here we can choose to create a new floor plan, which takes us to the editor. In the editor we plan to support two types of algorithms, one of them which were showcased in our previous update. As shown in the image below, we have a simple form where we... read more