Currently Browsing: Coding

Optimera – a multithreaded genetic algorithm library in C#

Optimera – a multithreaded genetic algorithm library in C#
The problem of finding the global minimum or maximum of an arbitrary multi-parameter function, F(x, y, z, …), is a common one. The function F could represent the total yield of some system and you want to maximize it, or it could represent the lap-time of a race car and you want to minimize it. If the function F can be analytically expressed, it may be possible to take the derivative and solve F’ = 0 (since F is stationary at the minima and maxima). But in practice there are many optimization problems cannot be tackled analytically. For those cases there are several powerful numerical...
read more

Java and Scripting

First let me outline the dream: I need to add scripting functionality to one of my projects, i.e. my GUI will have a textArea where the user can write some simple code to customize my software’s functionality. My project needs to be multi-platform. I hope to ship all the required libraries/dependencies together so that it just works, provided the user has the Java Runtime Environment (JRE) installed. Now let me outline the baseline reality: Python is probably the most prolific scripting language around these days. It is super-supported, super-functional, super-easy-to-read (cf perl), super-free. If...
read more

Stereograms

Remember Magic Eye? http://www.easystereogrambuilder.com/ Due for a comeback maybe?
read more

Wave Craft

There should be a VIDEO GAME based on the idea of crafting your own waves. The game could use a full smooth particle hydrodynamic code (SPH) to simulate waves interacting with hand-crafted ocean floors. It would be called WAVE CRAFT. First edit: I’ve always thought that the best games tap into the gamer’s natural urge to collect… collect cars, collect trophies, collect tokens proving they’ve finished each level. The game could centre around collecting the worlds best waves. The user might be challenged to create models, which are added to the users collection. The user might be rewarded with different...
read more

Modelling water with particles

This is awesome: http://www.escapemotions.com/experiments/fluid_water_2/ The SPHYSICS project from John Hopkins: http://wiki.manchester.ac.uk/sphysics/index.php/Main_Page
read more

« Previous Entries