As the days go by, I C more.
Algumas Alternativas ao Matlab
O Matlab é o cavalo de batalha de muitos cientistas e engenheiros, mas há alternativas que podem ser exploradas. Aqui ficam algumas alternativas ao Matlab sem nenhuma ordenação em particular.
JMathLib – Um clone Java do Octave, SciLab e Matlab
TeLa the Tensor Language
The R Project for Statistical Computing – um dos meus favoritos!
Conclusão
A escolha de cada um vai depender muitas vezes de outros factores que não simplesmente as características técnicas de cada programa, sendo que a integração destas ferramentas no ciclo de trabalho normal do cientista e da sua equipa, do tempo para aprendizagem do novo programa/linguagem ou a possibilidade de suporte local ou remoto, poderão eliminar algumas opções. A verdade é que as ferramentas existem, o interessante é que se faz com elas.
Playing with A* Updated
Just updated the Playing with A* algorithm app so that now one can toggle on and off the use of the heuristic and the use of a cross product tiebreaker. This leads to new variants of the algorithm, mainly the well known Dijkstra algorithm.
This A * application was written in Java, so you’ll need to check your java permissions to run it. You can download the .jnlp file and run it from your computer.
The A* Algorithm (A star) is a pathfinding and graph traversal algorithm. It is widely used in computer science, games, robotics and network science. A thorough overview of the algorithm can be found in Introduction to A* which presents several comparisons and illustrations on the mechanics of the A star algorithm.
R versus Matlab in…
R versus Matlab in <put your domain here> has been a long discussion. I end up using both, but I find that I use Matlab for more simple things and R for things where I want the highest quality in figure output or where the extra mile of not having a fine polished IDE is compensated in the end by the results.
I agree that the argument of R having a stranger IDE is annoying, but developing one might require some extra time… but as in Open source I think that you must iterate, and often, and R as become very good, stable and powerful. Many are flocking to R even without ever starting with Matlab. That’s good.
Wikipedia’s Jimmy Wales: App stores a clear and present danger
The app store model is a more immediate threat to internet freedom than breaches of net neutrality. That’s the opinion of Wikipedia chief Jimmy Wales.via Wikipedia’s Jimmy Wales: App stores a clear and present danger – TECH.BLORGE.com.
And some still argue that the App Store and a Repository are the same thing… :(
3 more in the Best Python Performance list
Just added Pyrex, Cython, Shedskin to the Best Python Performance software compilation thanks to Victor. These three are a bit different as they try to join C/C++ and Python worlds through the compilation of extensions or compilation of your scripts instead of trying to re-write python itself as PyPy. Might be a good solution to some projects.
Programas para análise de redes sociais
[ad#ad-2] De vez em quando faço uma revisão ao software para análise de redes sociais. Trata-se de uma área com crescente interesse por isso é natural que estejam sempre a surgir novidades.
Guess – The Graph Exploration System
CFinder – Detecção de comunidades através de percolação de cliques
Simphony 1.1 e Netlogo 4.0.3
[ad#ad-2]
Já estão actualizados para agora incorporar ferramentas de SIGs… No caso do Repast Simphony da NASA World Wind e no NetLogo a extensão de SIGs está já incluída.
Estas são talvez as duas ferramentas mais utilizadas em simulação multi-agente e embora o Repast tenha optado pela escolha do eclipse para base ( o que a mim me faz confusão ) continua a ser um dos toolkits mais simpático para ABM. O Netlogo por outro lado apesar da sua simplicidade continua a oferecer um ambiente de desenvolvimento rápido, nomeadamente para o desenhar de protótipos, muito embora a linguagem utilizada (logo) não seja muito simpática para quem já programa há algum tempo. Em todo o caso é altura de actualizar o software que por aqui anda.