Newsroom
5 AI Mistakes and How to Avoid Them in Your Organisation
There are countless benefits of incorporating AI into your business, including company efficiency, customisation and
Four Factors to Consider When Building & Scaling AI
Increasingly more organisations are adopting AI solutions to refine decision-making processes. From understanding consumer sentiment
Checkers: Multi-modal darwinian API optimisation
In this paper, we discuss an automated approach for exploring API equivalence and a framework to synthesise semantically equivalent programs.
Genetic Optimisation of C++ Applications
Our proposed code optimisation solution, called Artemis++, tries to optimise inefficient data structures or library interfaces with automatic exploration and transformation of data structures to optimise software performance.
Time Series Forecasting: Predicting Dow Jones Prices and Trends with evoML
Forecasting is a crucial component in decision-making. In order to make good decisions in the
From AI-ready to AI-efficient: TurinTech joins the DataXpresso podcast
With digitalisation accelerating, more and more companies are adopting AI to maximise their company value.
Robust next release problem: handling uncertainty during optimization
A new more efficient genetic based multiobjective algorithm is proposed to optimise software requirements for next release.
Exact Analysis for Next Release Problem
A new decision support framework for analysing uncertainty in requirements selection and optimisation problem.
Agent-based Markets: Equilibrium Strategies and Robustness
A framework that simulates markets and the behaviour of its actors using decision making AI agents.
Pidgin Crasher: Searching for Minimised Crashing GUI Event Sequences
We present a search based testing system that automatically explores the space of all possible GUI event interleavings. Search guides our system to novel crashing sequences using Levenshtein distance and minimises the resulting fault-revealing UI sequences in a post-processing hill climb.
SBSelector: Search Based Component Selection for Budget Hardware
Determining which functional components should be integrated to a large system is a challenging task, when hardware constraints, such as available memory, are taken into account. We formulate such problem as a multi-objective component selection problem, which searches for feature subsets that balance the provision of maximal functionality at minimal memory resource cost.
Genetic Improvement using Higher Order Mutation
“This paper presents a brief outline of a higher-order mutation based framework for Genetic Improvement (GI). We argue that search-based higher-order mutation testing can be used to implement a form of genetic programming (GP) to increase the search granularity and testability of GI.”
Deep Parameter Optimisation
We introduce a mutation-based approach to automatically discover and expose ‘deep’ (previously unavailable) parameters that affect a program’s runtime costs. These discovered parameters, together with existing (‘shallow’) parameters, form a search space that we tune using search-based optimisation in a bi-objective formulation that optimises both time and memory consumption.
Mutation Testing of Memory-Related Operators
This paper introduces 9 Memory Mutation Operators targeting common memory faults and two new testing criteria, the Memory Fault Detection and the Control Flow Deviation criteria to augment the traditional strong mutation testing criterion.