Contributors
- Evolutionary Computation, IEEE Transactions on – new TOC
- Albert Orriols Homepage
- Ester Bernadó Homepage
- Evolutionary Intelligence (Online First™)
- Genetic Programming and Evolvable Machines
- Genetic Programming and Evolvable Machines (Online First™)
- Illinois Genetic Algorithms Lab
- MEDAL Blogging
- MIT Press Journals: Evolutionary Computation: Table of Contents
- Natural Computing (Online First™)
- núria macià antolínez » Research
- Pier Luca Lanzi Homepage
- Soft Computing – A Fusion of Foundations, Methodologies and Applications (Online First™)
- Xavier Llorà
Research Groups
LCS & GBML on Twitter- Data Mining: Practical Machine Learning Tools and Techniques with Java Implementations (The Morgan Kaufmann Seri... http://t.co/r06YMiMB May 20, 2012
- Machine Learning: An Artificial Intelligence Approach: Multistrategy learning is one of the newest and most prom... http://t.co/FFooCyzC May 20, 2012
- RT @bookwatchiprog Machine Learning in Action (Manning) is I Programmer's most popular book review so far this year http://t.co/uYZmgMx5 May 20, 2012
- RT @bookwatchiprog Machine Learning in Action (Manning) is I Programmer's most popular book review so far this year http://t.co/HpgXiCzy May 20, 2012
- RT @bookwatchiprog Machine Learning in Action (Manning) is I Programmer's most popular book review so far this year http://t.co/r3s0PJjG May 20, 2012
- RT @bookwatchiprog Machine Learning in Action (Manning) is I Programmer's most popular book review so far this year http://t.co/GjM9OxXV May 20, 2012
RSS Subscribers
- 10 readers
Activity Statistics
- Pages displayed : 29175
- Unique visitors : 12652
- Pages displayed in last 24 hours : 64
- Unique visitors in last 24 hours : 15
Category Archives: Software
Easy, reliable, and flexible storage for Python
A while ago I wrote a little post about alternative column stores. One that I mentioned was Tokyo Cabinet (and its associated server Tokyo Tyrant. Tokyo Cabinet it is a key-value store written in C and with bindings for multiple languages (including Python and Java). It can maintain data bases in memory or spin them [...]
Related posts:
Meandre overview slides
On May 26th I gave a seminar about Meandre’s basics at the Computer Science department at University of Illinois . The talk was part of the Cloud Computing Seminars. I merged together slides I have been using to talk about Meandre, and tried to give it an easy to grasp overview flavor. You view [...]
Related posts:
Squeezing for cycles
Sometimes thinking a bit helps to rush decisions that may lead to weird places. Today I was going over a simple genetic algorithm for numeric optimization written in C. The code is nothing special, tournament selection without replacement, SBX crossover operator, and polynomial mutation. To the point, I was running a simple OneMax-like problem (in [...]
Related posts:
Posted in Community Feeds, Software
Tagged Genetic algorithms, multithreading, Notes, optimization, profiling
Comments Off
Efficient serialization for Java (and beyond)
I am currently working on the distributed execution of flows as part of the Meandre infrastructure—as a part of the SEASR project. One of the pieces to explore is how to push data between machines. No, I am not going to talk about network protocols and the like here, but how you can pass the [...] Continue reading
Posted in Community Feeds, Software
Tagged c, Data-intensive computing, data-intensive flows, java, meandre, protocol buffers, python, Research, serialization, xstream
Comments Off
Need a quick form on your WordPress site?
cForms is a WordPress plugin that allows you to quickly add forms on your site. The plugin will allow you to collect information from visitors easily. Besides mail notifications, it also provides database back-ended tracking. Pretty convenient if you have to boost the usefulness of your site. Two examples I have more or less been involved is [...] Continue reading
FireStats: Statistics on fire for WordPress sites
I have been using FireStats for gathering statistics on WordPress sites for more than a couple of years now. I mainly use FireStats combined with WordPress Stats, and Google Analytics. Each of them give you different views into traffic, but FireStats is by far quick and fast and give you a good overall picture you can dig down using WordPress [...] Continue reading
Posted in Community Feeds, Software
Tagged firestats, google anlytics, traffic statistics, wordpress, wordpress stats
Comments Off
E2K blog has moved
The E2K blog has moved. You can reach it at http://dita.ncsa.uiuc.edu/e2k/
Posted in Software
Leave a comment
XCSFJava 1.1
XCSFJava 1.1 code authored by Martin V. Butz was posted online and its documentation was posted as Missouri Estimation of Distribution Algorithms Laboratory Technical Report No. 2007008. Click here to access MEDAL software, or here to access MEDAL reports.
Posted in Software
Leave a comment
E2K: Evolution to knowledge
Evolution to Knowledge (E2K) is a set of Data to Knowledge (D2K) modules and itineraries that perform genetic algorithms (GA) and genetics-based machine learning (GBML) related tasks. The goal of E2K is to fold: simplify the process of building GA/GBML … Continue reading
Posted in Software
Leave a comment
GALE is back
Xavier Llorà has just update the webpage about GALE. GALE can be reached and downloaded here.
Posted in Software
Leave a comment