9 research outputs found

    A modular modelling framework for hypotheses testing in the simulation of urbanisation

    Full text link
    In this paper, we present a modelling experiment developed to study systems of cities and processes of urbanisation in large territories over long time spans. Building on geographical theories of urban evolution, we rely on agent-based models to 1/ formalise complementary and alternative hypotheses of urbanisation and 2/ explore their ability to simulate observed patterns in a virtual laboratory. The paper is therefore divided into two sections : an overview of the mechanisms implemented to represent competing hypotheses used to simulate urban evolution; and an evaluation of the resulting model structures in their ability to simulate - efficiently and parsimoniously - a system of cities (the Former Soviet Union) over several periods of time (before and after the crash of the USSR). We do so using a modular framework of model-building and evolutionary algorithms for the calibration of several model structures. This project aims at tackling equifinality in systems dynamics by confronting different mechanisms with similar evaluation criteria. It enables the identification of the best-performing models with respect to the chosen criteria by scanning automatically the parameter along with the space of model structures (as combinations of modelled dynamics).Comment: 21 pages, 3 figures, working pape

    Система автоматизації освітнього процесу у школі

    Get PDF
    Проєкт містить 61 с. тексту, 15 рисунків, 21 таблиць, посилання на 20 літературних джерел, додатки та 4 конструкторських документів. Об’єктом розробки є система автоматизації освітнього процесу у школі. Мета розробки – впровадження автоматизації в освітній процес. У дипломному проєкті проведено ретельний аналіз та вибір технологій розробки системи, які надають можливість швидкої та якісної розробки програмного забезпечення. Розроблено систему автоматизації освітнього процесу у школі з використанням фреймворку Akka, мов програмування Scala та JavaScript. Отримані результати можуть бути корисними при створенні аналогічних чи подібних систем.The project contains 61 pages. text, 15 figures, 21 tables, references to 20 literature sources, appendices and 4 design documents. The object of development is a automation system of educational process in school. The purpose of the development - introduction of automation in the educational process. The graduation project has a thorough analysis and a choice of technologies of development system which give the chance of fast and high-quality software development is carried out. A system of automation of the educational process in school has been developed using the Akka framework, Scala and JavaScript programming languages. The obtained results can be useful in creation of analogous or similar systems

    Веб-сервіс для моніторингу Інтернет-медіа ресурсів

    Get PDF
    В дипломній роботі розроблюється он-лайн сервіс для моніторингу інтернетмедіа ресурсів, за допомогою якого за різними критеріями пошуку можно отримувати необхідну інформацію, яка буде надсилатися сервісом на почту. Даний сервіс допомагає не витрачати багато часу на пошук необхідної інформації, а сконцентруватися лише на необхідних речах. Лише вказавши частину тексту, можна отримати від сервіса перелік посилань де дана частина зустрічається, що дозволяє зробити пошук інформації в інтернеті ефективним і швидким.In this thesis, an online service for monitoring Internet media resources is being developed, with the help of which, according to various search criteria, it is possible to obtain the necessary information that will be sent by the service to the mail. This service helps you not to spend a lot of time searching for the necessary information, but to focus only on the necessary things. Only by specifying part of the text, you can get from the service a list of links where this part occurs, which allows you to search for information on the Internet efficiently and quickly.В дипломной работе разрабатывается он-лайн сервис для мониторинга интернетмедиа ресурсов, с помощью которого по различным критериям можно получать необходимую информацию, которая будет направляться сервисом на почту. Данный сервис помогает не тратить много времени на поиск необходимой информации, а сконцентрироваться только на необходимых вещах. Только указав часть текста, можно получить сервиса перечень ссылок где данная часть встречается, что позволяет сделать поиск информации в интернете эффективным и быстрым

    Inferring latent user attributes in streams on multimodal social data using spark

    Get PDF
    The principal goal of this work can be expressed in two simple words Apache Spark; basically this framework help a developer to deal with big data. Our scope is to understand how Spark operates and use it to deal with Big Data using APIs offered for implement different classifier

    Programming Scala: Scalability = Functional Programming + Objects

    No full text
    Learn how to be more productive with Scala, a new multi-paradigm language for the Java Virtual Machine (JVM) that integrates features of both object-oriented and functional programming. With this book, you'll discover why Scala is ideal for highly scalable, component-based applications that support concurrency and distribution. Programming Scala clearly explains the advantages of Scala as a JVM language. You'll learn how to leverage the wealth of Java class libraries to meet the practical needs of enterprise and Internet projects more easily. Packed with code examples, this book provides u

    Entwicklung und Implementierung eines hybriden Debuggers für Java

    Full text link
    Das Debugging ist ein komplexer und arbeitsintensiver Prozess in der Softwareentwicklung. Für das Debugging von Java-Programmen werden bis heute vor allem sogenannte Trace-Debugger verwendet. Diese unterstützen die Fehlersuche, indem sie es ermöglichen, ein untersuchtes Programm schrittweise auszuführen. Im Bereich der Forschung sind viele neue Methoden und Werkzeuge entwickelt worden, die im Vergleich zum Trace-Debugging eine erhebliche Verbesserung und Vereinfachung des Debugging-Prozesses versprechen. Auf die in der Praxis eingesetzten Verfahren hatten diese Entwicklungen bisher nur einen äußert geringen Einfluss. In der vorliegenden Arbeit wird die Entwicklung und Implementierung einer neuen hybriden Debugging-Methode für Java-Programme beschrieben. Die Methode kombiniert deklaratives Debugging und Omniscient-Debugging. <br/
    corecore