bookmarks  12

  •  

    Algorithms, an international, peer-reviewed Open Access journal.
    12 years ago by @thorade
    (0)
     
     
  •  

    Presents original and review papers on all aspects of numerical algorithms Coverage includes new algorithms, theoretical results, implementation, numerical stability, complexity, parallel computing, subroutines and applications Also provides book reviews and announcements of scientific meetings The journal Numerical Algorithms presents original and review papers on all aspects of numerical algorithms: new algorithms, theoretical results, implementation, numerical stability, complexity, parallel computing, subroutines and applications. Papers on computer algebra related to obtaining numerical results also included. The journal offers high quality papers containing material not published elsewhere. The journal also provides book reviews and announcements of scientific meetings.
    12 years ago by @thorade
    (0)
     
     
  •  

    We focus on scientific/engineering software development using RAD abilities of Python language, accompanied with free scientific libraries such as NumPy and SciPy. Our mainstream research activity is numerical optimization, including nonsmooth optimization and solving systems of nonlinear equations. OpenOpt framework - universal numerical optimization package with several own solvers (e.g. ralg) and connections to tens of other, graphical output of convergence and many other goodies FuncDesigner - tool to rapidly build functions over variables/arrays and get their derivatives via automatic differentiation. Also, you can perform integration, interpolation, solve systems of linear/nonlinear/ODE equations and numerical optimization problems coded in FuncDesigner by OpenOpt (see some examples in its doc), uncertainty analysis and interval analysis DerApproximator - tool to get (or check user-supplied) derivatives via finite-difference approximation SpaceFuncs - tool for 2D, 3D, N-dimensional geometric modeling with possibilities of parametrized calculations, numerical optimization and solving systems of geometrical equations
    13 years ago by @thorade
    (0)
     
     
  •  

    SciPy (pronounced "Sigh Pie") is open-source software for mathematics, science, and engineering. It is also the name of a very popular conference on scientific programming with Python. The SciPy library depends on NumPy, which provides convenient and fast N-dimensional array manipulation. The SciPy library is built to work with NumPy arrays, and provides many user-friendly and efficient numerical routines such as routines for numerical integration and optimization. Together, they run on all popular operating systems, are quick to install, and are free of charge. NumPy and SciPy are easy to use, but powerful enough to be depended upon by some of the world's leading scientists and engineers. If you need to manipulate numbers on a computer and display or publish the results, give SciPy a try!
    13 years ago by @thorade
    (0)
     
     
  •  

    MATLAB is a high-level technical computing language and interactive environment for algorithm development, data visualization, data analysis, and numerical computation. Using MATLAB, you can solve technical computing problems faster than with traditional programming languages, such as C, C++, and Fortran.
    14 years ago by @thorade
    (0)
     
     
  •  

    Evocosm is a set of classes that abstract the fundamental components of an evolutionary algorithm. I'll list the components here with a bit of introduction; you can review the details of the classes by downloading the code archives or by reviewing the online documentation (see the menu at the article's beginning for code and documentation links.) All class documentation was generated from source code comments using doxygen. These docs have not been thoroughly proofread, so they may contain a few typos and minor errors. Self-publishing has taught me the value of a good proofreader... ;} Evolutionary algorithms come in a variety of shapes and flavors, but at their core, they all share certain characteristics: populations that reproduce and mutate through a series of generations, producing future generations based on some measure of fitness. An amazing variety of algorithms can be built on that general framework, which leads me to construct a set of core classes as the basis for future applications.
    14 years ago by @thorade
    (0)
     
     
  •  

    EvA2 (an Evolutionary Algorithms framework, revised version 2) is a comprehensive heuristic optimization framework with emphasis on Evolutionary Algorithms implemented in Java. It is a revised version of the JavaEvA optimization toolbox, which has been developed as a resumption of the former EvA software package. EvA2 integrates several derivation free optimization methods, preferably population based, such as Evolution Strategies (ES), Genetic Algorithms (GA), Differential Evolution (DE), Particle Swarm Optimization (PSO), as well as classical techniques such as multi-start Hill Climbing or Simulated Annealing. Besides typical single-objective problems, multi-modal and multi-objective problem are handled directly by the EvA2 framework. Via the Java mechanism of Remote Method Invocation (RMI), the algorithms of EvA2 can be distributed over network nodes based on a client-server architecture. EvA2 aims at two groups of users. Firstly, the end user who does not know much about the theory of Evolutionary Algorithms, but wants to use Evolutionary Algorithms to solve an application problem. Secondly, the scientific user who wants to investigate the performance of different optimization algorithms or wants to compare the effect of alternative or specialized evolutionary or heuristic operators. The latter usually knows more about evolutionary algorithms or heuristic optimization and is able to extend EvA2 by adding specific optimization strategies or solution representations. EvA2 is being used as teaching aid in lecture tutorials, as a developing platform in student research projects and applied to numerous optimisation problems within active research and ongoing industrial cooperations.
    14 years ago by @thorade
    (0)
     
     
  •  

    Octave [ˈɒktɪv] ist eine freie Software zur numerischen Lösung mathematischer Probleme, wie zum Beispiel Matrizenrechnung, Lösen von (Differential-)Gleichungssystemen, Integration etc. Berechnungen können in Octave mit einer Skriptsprache durchgeführt werden, die weitgehend zu dem proprietären MATLAB kompatibel ist.
    14 years ago by @thorade
    (0)
     
     
  •  

    1. Research Article (5000 words) Method development: describes new computation methods for the geosciences using standard scientific article format; includes a range of methods such as those for geoscience information infrastructure, collection, representation, management, analysis, visualization, as well as for software development and scientific and social use of geoscience information. This also includes new educational methods as well as comparison of significant computational methods for the geosciences using well-defined benchmarks to reveal new understanding about the nature or use of the methods. In general, papers should include both a novel method or comparison, and a demonstration of relevance to the geosciences. Emphasis is on novelty of method, or comparison with other methods. The highest level of academic quality is expected in terms of citation of appropriate resources, proper referencing of the source of figures, and disclosure of related articles by the same author(s) with related content. 2. Application Article (5000 words) Application development: describes new digital products created for the geosciences using existing computational methods, and discusses their novelty as well as significance and relevance to important geoscience issues: e.g. a novel database, a significant resource assessment, a novel software application or web service. This also includes comparison of products using well-defined benchmarks to reveal a new understanding about the nature or use of the products. Emphasis is on novelty or significance of the application, or comparison of applications or products. Author(s) must disclose financial relationships to product vendors, where applicable, and product endorsements are not accepted. 3. Review Article Scientific review (6000 words): critically describes the state-of-the art of some field in computation for the geosciences. Emphasis is on completeness, depth and novelty of the critical review. Reviews must be timely, of general interest, high quality, written by recognized experts, and will be run only on an occasional basis. Review outlines should be pre-approved by a member of the C&G editorial board, and reviews may be used to frame special C&G issues. 4 Short Note Short Notes (maximum 1500 words) provide a brief description of an application or a timely research development. Emphasis is on novelty or significance of the research or application. An abstract is not required. 5. Book and Software Reviews Book and software reviews (1500 words): describe and evaluate a new book or similar significant publication relevant to computation in the geosciences. Software reviews are also published. 6. Letter to the Editor Letters to the Editor provide a mechanism to debate issues arising from published articles. They are intended to serve workers in academia, industry and government.
    15 years ago by @thorade
    (0)
     
     
  •  

    MathWorld is the web's most extensive mathematical resource, provided as a free service to the world's mathematics and internet communities as part of a commitment to education and educational outreach by Wolfram Research, makers of Mathematica.
    15 years ago by @thorade
    (1)
     
     
  •  

    Scilab ist ein freies Software-Paket für Anwendungen aus der numerischen Mathematik, das seit 1990 als Alternative zu MATLAB entwickelt wird. Die Funktionalität und Syntax von Scilab ist zu weiten Teilen mit der von MATLAB identisch und es gibt Konverter von MATLAB nach Scilab.
    15 years ago by @thorade
    (0)
     
     
  •  

    GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with Matlab.
    15 years ago by @thorade
    (0)
     
     
  • ⟨⟨
  • 1
  • ⟩⟩

publications  15  

  • ⟨⟨
  • 1
  • ⟩⟩